graphics/jbig2dec: Add make test
PR: 273844
This commit is contained in:
parent
c65e1bab42
commit
de8c89bc08
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue