1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build when WITHOUT_NLS defined.

PR:		110631
Submitted by:	Helge Oldach <ports-libgpg-error-mar07@oldach.net>
This commit is contained in:
Roman Bogorodskiy 2007-03-21 17:39:36 +00:00
parent 8d6718db8f
commit 506d265c7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187917

View File

@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS= --without-nls
CONFIGURE_ARGS= --disable-nls
PLIST_SUB= NLS="@comment "
.else
USE_ICONV= yes