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 | |
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')
-rw-r--r-- | mail/libnewmail/Makefile | 4 | ||||
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 1216d2a0d218..df2e0e65b8bd 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -7,14 +7,14 @@ PORTNAME= libnewmail PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ MAINTAINER= krion@FreeBSD.org COMMENT= Generic mail checking library -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop USE_LIBLTDL= yes 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 |