diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-09 16:34:19 +0000 |
commit | 17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch) | |
tree | 4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /mail/mutt-ng | |
parent | 327db67bb5280ea900fb477040f0134980a1fbc9 (diff) |
Notes
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index dd132d9f33d3..b206a479cd43 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= mutt-ng PORTVERSION= 20051110 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ DISTNAME= muttng-${PORTVERSION} @@ -80,7 +81,7 @@ CONFIGURE_ARGS+= --enable-imap CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .endif .endif |