diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-09-14 13:31:21 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-09-14 13:31:21 +0800 |
commit | e81f281e6e2e53f61bf747fff8ecd988fc75bf09 (patch) | |
tree | 3984397cc63b406501ad6fa4460da91538761ab9 /graphics/libexif | |
parent | f7e7d2a70e8fe48a321476d05bba4175df9a608b (diff) | |
download | freebsd-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/Makefile | 4 |
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 " |