diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 09:44:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 09:44:39 +0800 |
commit | 26a7a9ea04b7a7b5a25e1f844627906eb6b66038 (patch) | |
tree | 3a71f5fb2ffafe61c115ab2a90447b9d374a61b8 /mail/wmbiff | |
parent | c444b8e6132b935c41665622e96402c79fd84e4d (diff) | |
download | freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.gz freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.zst freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.zip |
Chase the gnutls shared lib version.
Pointy hat to: sergei
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
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 |