diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 17:03:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 17:03:34 +0800 |
commit | 96ee914b8517ca0f65c408209e9d06cf6516c7e9 (patch) | |
tree | 1e04f06bb7fbf6eb152413d554c0516144d60ecc /net | |
parent | 98213ff99dc6723b10c6f62976529471240ec87f (diff) | |
download | freebsd-ports-gnome-96ee914b8517ca0f65c408209e9d06cf6516c7e9.tar.gz freebsd-ports-gnome-96ee914b8517ca0f65c408209e9d06cf6516c7e9.tar.zst freebsd-ports-gnome-96ee914b8517ca0f65c408209e9d06cf6516c7e9.zip |
- Use USES=gmake
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 |