git: 71add8a9237d - main - graphics/jbig2dec: Use CONFIGURE_WITH helper
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:01 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71add8a9237d1656914f67269a0af54a477a8e0a
commit 71add8a9237d1656914f67269a0af54a477a8e0a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:27:39 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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:
More information about the dev-commits-ports-all
mailing list