diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 19:59:28 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 19:59:28 +0800 |
commit | bed7f8c6b7d24bd79cfb65f528602915a4d25128 (patch) | |
tree | e580bb4c66185f6741df23146d4617f207efeeef /mail/mutt14 | |
parent | f71dcf6388902f8ecefb751c89c982dad00b0c8d (diff) | |
download | freebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.tar.gz freebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.tar.zst freebsd-ports-gnome-bed7f8c6b7d24bd79cfb65f528602915a4d25128.zip |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index d523f2cd1412..9ff2753b263a 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -61,14 +61,13 @@ WITH_SGML_DOCS:=no .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -USE_ICONV= yes +USES+= gettext iconv .if defined(WITHOUT_MUTT_ICONV) IGNORE= the WITHOUT_MUTT_ICONV knob of the mutt port only works if \ WITHOUT_NLS is also given .endif .elif !defined(WITHOUT_MUTT_ICONV) -USE_ICONV= yes +USES+= iconv .endif .if defined(WITH_SLANG) |