diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /mail/mutt/Makefile | |
parent | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 27165c40e184..0e5a202c085f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,7 +8,7 @@ PORTNAME= mutt PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -42,7 +42,7 @@ WITH_SGML_DOCS?=yes .endif .if !defined(WITHOUT_NLS) -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old +USE_GETTEXT= yes .endif .if defined(WITH_SLANG) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang |