diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
commit | eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (patch) | |
tree | f8e6b9cfc75e0c388fa3f41f8cd6c62d36259ee7 /mail/libvmime | |
parent | Grr, I forgot to add patch files in previous commit... (diff) |
Chase libs for previous security/gsasl update.
Notes
Notes:
svn path=/head/; revision=227709
Diffstat (limited to 'mail/libvmime')
-rw-r--r-- | mail/libvmime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 98bb2df7d124..b14d3139115d 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR= vmime @@ -16,7 +16,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls -LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl USE_BZIP2= yes USE_GMAKE= yes |