aboutsummaryrefslogtreecommitdiff
path: root/mail/wmbiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-06 01:44:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-06 01:44:39 +0000
commitd3702246bba027fe034617b17d8def87bcaeeaa8 (patch)
treee848010bc0247089bfb704734c4f41c0962a8929 /mail/wmbiff
parent38803487eaa470e6627fc11a0c709b7673f27836 (diff)
downloadports-d3702246bba027fe034617b17d8def87bcaeeaa8.tar.gz
ports-d3702246bba027fe034617b17d8def87bcaeeaa8.zip
Chase the gnutls shared lib version.
Pointy hat to: sergei
Notes
Notes: svn path=/head/; revision=110919
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 207e4609b6e7..d1ce2daeda2a 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -18,13 +18,13 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libgnutls.so.13)
+.if exists(${LOCALBASE}/lib/libgnutls.so.12)
WITH_GNUTLS= yes
.endif
.ifdef WITH_GNUTLS
LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \
- gnutls.13:${PORTSDIR}/security/gnutls
+ gnutls.12:${PORTSDIR}/security/gnutls
.endif
USE_XPM= yes