diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 07:24:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 07:24:15 +0000 |
commit | 11e3cfbeb56dccee706de0646de263b1e4b4f908 (patch) | |
tree | 74c8ed739d3347283d7b56bd5da85625b88f3d52 /graphics/exif | |
parent | f621bde8ff420cd8dd9aa0a0ab98fb199cb7341b (diff) | |
download | ports-11e3cfbeb56dccee706de0646de263b1e4b4f908.tar.gz ports-11e3cfbeb56dccee706de0646de263b1e4b4f908.zip |
Notes
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 2 |
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 |