diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:13:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:13:58 +0800 |
commit | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (patch) | |
tree | b57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/opensmtpd-devel | |
parent | 4d110df2973007f403cd80a057835d869cc1f524 (diff) | |
download | freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.gz freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.zst freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'mail/opensmtpd-devel')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 51c2c94eba87..df97de55ecd5 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -59,7 +59,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 USE_OPENSSL= yes |