aboutsummaryrefslogtreecommitdiff
path: root/mail/wmbiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
commitf329319eb51eb2930a53eb96f5f2932c737a71b8 (patch)
treeb57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/wmbiff
parent06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff)
downloadports-f329319eb51eb2930a53eb96f5f2932c737a71b8.tar.gz
ports-f329319eb51eb2930a53eb96f5f2932c737a71b8.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362049
Diffstat (limited to 'mail/wmbiff')
-rw-r--r--mail/wmbiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 0e4b3fced4b9..b5ee8dbdb77b 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -31,8 +31,8 @@ PLIST_DIRS= %%DATADIR%%/skins \
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
- gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libgnutls.so:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else