diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:01:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:45 +0000 |
commit | 0b1aeffc79c6500fb201abea271c73bda88fead8 (patch) | |
tree | d4cd81f197c67916a47deeb54496c22c46939978 | |
parent | be014b046cf998bee3ddd1d386383eeb7348e8a5 (diff) |
graphics/jbig2dec: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/jbig2dec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 50d02c41c4b2..754e4ee70f35 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -9,12 +9,13 @@ COMMENT= Decoder implementation of the JBIG2 image compression format LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool +USES= cpe libtool CONFIGURE_ENV= ac_cv_func_getopt_long=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +CPE_VENDOR= artifex OPTIONS_DEFINE= PNG OPTIONS_DEFAULT=PNG |