diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-11-11 11:44:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-11-11 11:44:48 +0000 |
commit | b40bf4cf9688894fc82d48fb562ddfdc57e1105c (patch) | |
tree | 3d94722bb2290af2dce0a282f8567c82c60830b8 | |
parent | 0819f6ac9dd557a3e652365efad8b260d2697706 (diff) | |
download | ports-b40bf4cf9688894fc82d48fb562ddfdc57e1105c.tar.gz ports-b40bf4cf9688894fc82d48fb562ddfdc57e1105c.zip |
Notes
-rw-r--r-- | mail/mutt-ng/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt-ng/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index 36ff609c4532..38e81826b46e 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mutt-ng -PORTVERSION= 20050927 +PORTVERSION= 20051110 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ DISTNAME= muttng-${PORTVERSION} @@ -41,6 +41,10 @@ CONFIGURE_ARGS+= --disable-nls CONFIGURE_ARGS+= --disable-iconv .endif +.if !defined(NOPORTDOCS) +BUILD_DEPENDS+= lynx:${PORTSDIR}/www/lynx +.endif + OPTIONS= POP "Enable pop3 support" on \ IMAP "Enable imap support" on \ NNTP "Enable nntp support" off \ diff --git a/mail/mutt-ng/distinfo b/mail/mutt-ng/distinfo index 1c135adaf975..dbbbe5853ded 100644 --- a/mail/mutt-ng/distinfo +++ b/mail/mutt-ng/distinfo @@ -1,2 +1,2 @@ -MD5 (muttng-20050927.tar.gz) = f866cf04803285f514d6bda6a91a3395 -SIZE (muttng-20050927.tar.gz) = 2597566 +MD5 (muttng-20051110.tar.gz) = 21594b8fe6f654fc38907a47ce22b779 +SIZE (muttng-20051110.tar.gz) = 2732141 |