aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/exif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile
index 128044330db3..ae7214cb8fa7 100644
--- a/graphics/exif/Makefile
+++ b/graphics/exif/Makefile
@@ -22,7 +22,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE}
.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix
+CONFIGURE_ENV+= POPT_CFLAGS=-I${PREFIX}/include POPT_LIBS="-L${PREFIX}/lib -lpopt"
PLIST_SUB+= NLS="@comment "
.else
USE_ICONV= yes