diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 5283b4578b34..41a1e43a4245 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -13,11 +13,9 @@ COMMENT= XML-RPC client and server library for Perl BUILD_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 USE_PERL5= configure MAN1= make_method.1 |