summaryrefslogtreecommitdiff
path: root/mail/libvmime
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
commitc0816bb3be26fb973fda514e53e2fa8d197da9c7 (patch)
tree555c295dbe040a2c4947540cb0ef073ef3f3c16e /mail/libvmime
parentUpdate to 0.2.16 (diff)
Chase increase of security/gsasl shlib version.
Notes
Notes: svn path=/head/; revision=192513
Diffstat (limited to 'mail/libvmime')
-rw-r--r--mail/libvmime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 476bdcd7b8f3..fbe5fb7e8fc1 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmime
@@ -16,7 +17,7 @@ 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+= gsasl.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
USE_GMAKE= yes