Date: Sun, 19 Sep 2021 06:06:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 71add8a9237d - main - graphics/jbig2dec: Use CONFIGURE_WITH helper Message-ID: <202109190606.18J66wr6052625@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=71add8a9237d1656914f67269a0af54a477a8e0a commit 71add8a9237d1656914f67269a0af54a477a8e0a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:27:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 05:59:46 +0000 graphics/jbig2dec: Use CONFIGURE_WITH helper --- graphics/jbig2dec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 754e4ee70f35..5ec8f84fb5f9 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -15,13 +15,13 @@ 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 -PNG_CONFIGURE_OFF= --without-libpng -PNG_CONFIGURE_ON= --with-libpng=${LOCALBASE} +PNG_CONFIGURE_WITH= libpng=${LOCALBASE} PNG_LIB_DEPENDS= libpng.so:graphics/png post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190606.18J66wr6052625>