diff options
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 790e58dfd42f..00045aa5427a 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -44,7 +44,6 @@ WITH_SGML_DOCS:=no WITH_SGML_DOCS?=yes .endif -.if !defined (MUTT_LITE) .if !defined(WITHOUT_NLS) USE_GETTEXT= yes USE_ICONV= yes @@ -52,10 +51,9 @@ USE_ICONV= yes .error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \ WITHOUT_NLS is also given .endif -.elif !defined(WITHOUT_MUTT_ICONV) && !defined (MUTT_LITE) +.elif !defined(WITHOUT_MUTT_ICONV) USE_ICONV= yes .endif -.endif .if defined(WITH_SLANG) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang |