1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Do not disable NLS by default with MUTT_LITE

PR:		ports/81205
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2005-05-18 15:16:58 +00:00
parent b384ae2e32
commit 564c8517fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135551
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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