diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:21:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:21:47 +0000 |
commit | 3d4dae7813837dc9c53960410f96681e1b37964a (patch) | |
tree | c10ae8cc058dc21b42ee600fbeb08338025b9f64 /textproc/p5-XML-CanonicalizeXML/Makefile | |
parent | 648b15e41d927a16a1558c79333ec021e3cb50e8 (diff) | |
download | ports-3d4dae7813837dc9c53960410f96681e1b37964a.tar.gz ports-3d4dae7813837dc9c53960410f96681e1b37964a.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-CanonicalizeXML/Makefile')
-rw-r--r-- | textproc/p5-XML-CanonicalizeXML/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile index 8b16b8df30d4..d468fdd74ec0 100644 --- a/textproc/p5-XML-CanonicalizeXML/Makefile +++ b/textproc/p5-XML-CanonicalizeXML/Makefile @@ -13,10 +13,11 @@ COMMENT= Extension for inclusive/exclusive canonicalization of XML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -MAKE_JOBS_UNSAFE= yes +USES= gnome perl5 USE_GNOME= libxml2 USE_PERL5= configure -USES= gnome perl5 + +MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/CanonicalizeXML/CanonicalizeXML.so |