aboutsummaryrefslogtreecommitdiff
path: root/graphics/exif
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-29 20:25:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-29 20:25:58 +0000
commit248175b9be24c31091aed5228b3ed70a8ded8bdb (patch)
tree1a384b290a480da184946b7cb4a1cff946058ace /graphics/exif
parent7f3c5ae405c10f1f6f9330f59a9d220184ced307 (diff)
- Bandaid build of gettext refusenicks
PR: ports/121231 Submitted by: Helge Oldach <ports-graphics-exif-feb08@oldach.net>
Notes
Notes: svn path=/head/; revision=208207
Diffstat (limited to 'graphics/exif')
-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