aboutsummaryrefslogtreecommitdiff
path: root/mail
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
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')
-rw-r--r--mail/libnewmail/Makefile4
-rw-r--r--mail/wmbiff/Makefile4
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