aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-19 13:36:30 +0800
committermarcus <marcus@FreeBSD.org>2004-03-19 13:36:30 +0800
commit71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99 (patch)
tree95243f2bd770fc427675ccd202bc2016275a6fe6 /mail
parent932168ba33ed62881c1c0faceba54f98bf7c7729 (diff)
downloadfreebsd-ports-graphics-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.tar.gz
freebsd-ports-graphics-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.tar.zst
freebsd-ports-graphics-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.zip
Chase the gnutls shared lib version.
Diffstat (limited to 'mail')
-rw-r--r--mail/wmbiff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 7ade7f2478f..83665de1463 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.7)
+.if exists(${LOCALBASE}/lib/libgnutls.so.13)
WITH_GNUTLS= yes
.endif
.ifdef WITH_GNUTLS
-LIB_DEPENDS+= gcrypt.6:${PORTSDIR}/security/libgcrypt \
- gnutls.7:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gcrypt.10:${PORTSDIR}/security/libgcrypt \
+ gnutls.13:${PORTSDIR}/security/gnutls
.endif
USE_XPM= yes