aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/sentinel/Makefile2
-rw-r--r--security/tinc/Makefile6
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
index 874fd4fb80be..62cca5d187e4 100644
--- a/mail/sentinel/Makefile
+++ b/mail/sentinel/Makefile
@@ -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
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 98f25feb39d5..0e0886c095c6 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -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>