diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-30 19:54:48 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-30 19:54:48 +0000 |
commit | ba86b50382173ca53a3d0c515b2f13caaa020b6f (patch) | |
tree | 6d66a411d21136d5fddecb99619f4b3b8adf1a64 | |
parent | 05033475872498a669cc8ba607983ce304a7b66a (diff) | |
download | ports-ba86b50382173ca53a3d0c515b2f13caaa020b6f.tar.gz ports-ba86b50382173ca53a3d0c515b2f13caaa020b6f.zip |
-rw-r--r-- | net/p5-RPC-XML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 0902b5c17ad5..cb39ebc099b3 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -17,10 +17,11 @@ RUN_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \ p5-libwww>=5.834:www/p5-libwww TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 -NO_ARCH= yes USES= gmake perl5 USE_PERL5= configure +NO_ARCH= yes + OPTIONS_DEFINE= XS XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML |