diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
commit | 95eecf16e69745980390ef202f67ec4d0e09f051 (patch) | |
tree | c85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /mail/mutt-ng | |
parent | 3ee84121a1253dd584be4ba3370807c75363b68b (diff) |
Notes
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index 52ae423cf262..b21c1f2b7d2b 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -7,7 +7,7 @@ PORTNAME= mutt-ng PORTVERSION= 20061125 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --enable-imap CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .endif .endif |