diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 09:08:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 09:08:10 +0000 |
commit | e7a2af10045b4a7e8dcb9731cdadce2fb408f4b1 (patch) | |
tree | 8f513b82091f1ba9d16c9ab491f4373ae70ff7b8 /graphics/exif | |
parent | c95327ab950d1bbf13a1ba7e1db50b62704340b3 (diff) | |
download | ports-e7a2af10045b4a7e8dcb9731cdadce2fb408f4b1.tar.gz ports-e7a2af10045b4a7e8dcb9731cdadce2fb408f4b1.zip |
Notes
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index c6903e8b16f0..6a5fb2842859 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -18,8 +18,9 @@ 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= gmake pkgconfig +USES= cpe gmake pkgconfig NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix |