aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libexif
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-09-14 13:31:21 +0800
committerdinoex <dinoex@FreeBSD.org>2005-09-14 13:31:21 +0800
commite81f281e6e2e53f61bf747fff8ecd988fc75bf09 (patch)
tree3984397cc63b406501ad6fa4460da91538761ab9 /graphics/libexif
parentf7e7d2a70e8fe48a321476d05bba4175df9a608b (diff)
downloadfreebsd-ports-gnome-e81f281e6e2e53f61bf747fff8ecd988fc75bf09.tar.gz
freebsd-ports-gnome-e81f281e6e2e53f61bf747fff8ecd988fc75bf09.tar.zst
freebsd-ports-gnome-e81f281e6e2e53f61bf747fff8ecd988fc75bf09.zip
- fix option WITHOUT_NLS
2005-08-28 maintainer emailed, no response. Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 38f8e3b10dd2..6efc996d5a78 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -18,13 +18,13 @@ COMMENT= Library to read digital camera file meta-data
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
+CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "