aboutsummaryrefslogtreecommitdiff
path: root/mail/libetpan
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2008-03-03 11:57:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2008-03-03 11:57:08 +0000
commitc9536f39b314cc055496892d6f9598434770c4b3 (patch)
tree7a7761c4465ce6894fc0b4bd8cb65f84b82a46a3 /mail/libetpan
parent4585b4adc053c2df42c76e150ac9354191402282 (diff)
downloadports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz
ports-c9536f39b314cc055496892d6f9598434770c4b3.zip
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 9c51957adb4f..329caf2d8a59 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libetpan
PORTVERSION= 0.54
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -30,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --without-openssl --with-gnutls
.else
USE_OPENSSL= yes