From 735bf063da0ee1894b3a12d0db7776215c677b4e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 13 Feb 2012 20:57:26 +0000 Subject: [PATCH] - When gettext is disabled, this port still needs iconv Reported by: Hakisho Nukama --- graphics/libgphoto2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 7196247791d9..c5456f5828a1 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -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=""