- convert LIB_DEPENDS
This commit is contained in:
parent
eec276e39e
commit
1a4d428ca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335810
2 changed files with 3 additions and 5 deletions
|
@ -10,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION}
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A sendmail milter API implementation
|
||||
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
NEED_ROOT= yes
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ MASTER_SITES= http://www.tinc-vpn.org/packages/ \
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A Virtual Private Network (VPN) daemon
|
||||
|
||||
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
||||
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
@ -21,10 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
USE_RC_SUBR= tincd
|
||||
|
||||
INFO= tinc
|
||||
PLIST_FILES= sbin/tincd \
|
||||
man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
|
||||
|
||||
INFO= tinc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue