aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-07 15:24:15 +0800
committermiwi <miwi@FreeBSD.org>2012-02-07 15:24:15 +0800
commitb80a4474df3810b16551be5d117f56d77b66c7a1 (patch)
treef2e5a69aaebad6f104e77f94be108ca79bea3d75 /graphics
parent0cd25a7f18db22359747c4a6c0546f9fba8a95e4 (diff)
downloadfreebsd-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/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