diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-07 15:24:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-07 15:24:15 +0800 |
commit | b80a4474df3810b16551be5d117f56d77b66c7a1 (patch) | |
tree | f2e5a69aaebad6f104e77f94be108ca79bea3d75 /graphics | |
parent | 0cd25a7f18db22359747c4a6c0546f9fba8a95e4 (diff) | |
download | freebsd-ports-gnome-b80a4474df3810b16551be5d117f56d77b66c7a1.tar.gz freebsd-ports-gnome-b80a4474df3810b16551be5d117f56d77b66c7a1.tar.zst freebsd-ports-gnome-b80a4474df3810b16551be5d117f56d77b66c7a1.zip |
- Respect LOCALBASE
Diffstat (limited to 'graphics')
-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 |