- When gettext is disabled, this port still needs iconv

Reported by:	Hakisho Nukama <nukama@googlemail.com>
This commit is contained in:
Pav Lucistnik 2012-02-13 20:57:26 +00:00
parent 9927dd3533
commit 735bf063da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291307

View file

@ -32,6 +32,7 @@ MAN3= libgphoto2.3 libgphoto2_port.3
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
USE_ICONV= yes
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""