diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 05:31:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-14 05:31:21 +0000 |
commit | 649d7c8c7b7684cc432018d2157f8884fce33845 (patch) | |
tree | a1fe743716706146eba8e61b252bf0e87b242921 /graphics/libexif/Makefile | |
parent | eb7aec4c709d6b2c7c092ba0558e0b37e74c688f (diff) | |
download | ports-649d7c8c7b7684cc432018d2157f8884fce33845.tar.gz ports-649d7c8c7b7684cc432018d2157f8884fce33845.zip |
Notes
Diffstat (limited to 'graphics/libexif/Makefile')
-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 " |