summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-12-14 22:04:22 +0000
committerXin LI <delphij@FreeBSD.org>2007-12-14 22:04:22 +0000
commitd1a735b3268b39b49435eae9cbf87a6782cf4f75 (patch)
treec0ada5106faa91423b1af809b15ee27eeff0de75 /mail
parent- Update to 0.6.22 (diff)
Now we have a usable gnutls version that can be used with libvmime,
so enable it in build.
Notes
Notes: svn path=/head/; revision=203656
Diffstat (limited to 'mail')
-rw-r--r--mail/libvmime/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 406d24b7113b..4d1d149b30e0 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmime
@@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= vmime
MAINTAINER= delphij@FreeBSD.org
COMMENT= An all-in-one Internet mail library
-# XXX Need a newer gnutls version before enabling this
-#LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
@@ -33,9 +32,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-debug
.endif
-# XXX Need a newer gnutls version
-CONFIGURE_ARGS+=--disable-tls
-
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
DOCSDIR= ${PREFIX}/share/doc/vmime