aboutsummaryrefslogtreecommitdiff
path: root/graphics/exif
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-07 07:24:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-07 07:24:15 +0000
commit11e3cfbeb56dccee706de0646de263b1e4b4f908 (patch)
tree74c8ed739d3347283d7b56bd5da85625b88f3d52 /graphics/exif
parentf621bde8ff420cd8dd9aa0a0ab98fb199cb7341b (diff)
downloadports-11e3cfbeb56dccee706de0646de263b1e4b4f908.tar.gz
ports-11e3cfbeb56dccee706de0646de263b1e4b4f908.zip
- Respect LOCALBASE
Notes
Notes: svn path=/head/; revision=290571
Diffstat (limited to 'graphics/exif')
-rw-r--r--graphics/exif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile
index 042e4cc5e55f..dc7bd37f6925 100644
--- a/graphics/exif/Makefile
+++ b/graphics/exif/Makefile
@@ -19,10 +19,10 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
+CONFIGURE_ENV+= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt"
.if defined(WITHOUT_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