diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:17 +0000 |
commit | 8c31a55b4a610a3f3fff25c4dce4ae63f9281c30 (patch) | |
tree | 0f9f3a7a97ab8af8d1ad29b3d452af4fe32e65ac /graphics/exif/Makefile | |
parent | 93f4b6a160401e117307b36c022f9f337e8418f6 (diff) |
Notes
Diffstat (limited to 'graphics/exif/Makefile')
-rw-r--r-- | graphics/exif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 6a5fb2842859..5b794f6d6ef3 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line utility to read and manipulate EXIF data LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libpopt.so:${PORTSDIR}/devel/popt @@ -17,10 +18,9 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -CONFIGURE_ENV= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt" CPE_VENDOR= curtis_galloway GNU_CONFIGURE= yes -USES= cpe gmake pkgconfig +USES= cpe gmake localbase pkgconfig NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix |