git: de8c89bc08a5 - main - graphics/jbig2dec: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 23:57:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de8c89bc08a55ad0a6ec200a0c672b86f02632c0 commit de8c89bc08a55ad0a6ec200a0c672b86f02632c0 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-09-30 23:50:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 23:50:39 +0000 graphics/jbig2dec: Add make test PR: 273844 --- graphics/jbig2dec/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index f8305de0f2c4..b8799880c57a 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -10,16 +10,19 @@ WWW= https://github.com/ArtifexSoftware/jbig2dec LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix +USES= cpe libtool pathfix python:env,test shebangfix CONFIGURE_ENV= ac_cv_func_getopt_long=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -lmd +TEST_TARGET= check USE_LDCONFIG= yes CPE_VENDOR= artifex +SHEBANG_FILES= *.py + OPTIONS_DEFINE= PNG OPTIONS_DEFAULT=PNG