aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 14:39:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 14:39:30 +0000
commit036b9c7afcb9724f3a16f1177dd7d437c39dd348 (patch)
tree2532eae94ac8e992edc83813b38d9a6a711e5765 /mail/opensmtpd
parent8caf61d8a3d09f681ecc17fbc3d0dd7874d148e8 (diff)
downloadports-036b9c7afcb9724f3a16f1177dd7d437c39dd348.tar.gz
ports-036b9c7afcb9724f3a16f1177dd7d437c39dd348.zip
Use modern LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=360023
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r--mail/opensmtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index ebb031fd3cc5..73fa8c8c4b72 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -15,7 +15,7 @@ COMMENT= OpenSMTPD is a free MTA
LICENSE= ISCL
-LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent
OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS
@@ -58,7 +58,7 @@ LDAP_CONFIGURE_ON= --with-experimental-ldap
PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd
-REDIS_LIB_DEPENDS= hiredis:${PORTSDIR}/databases/hiredis
+REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
REDIS_CONFIGURE_ON= --with-experimental-redis
.include <bsd.port.options.mk>