diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 09:03:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 09:03:34 +0000 |
commit | 21edd020b82ec138b7f4f295ecf6dce7e1842205 (patch) | |
tree | 1e04f06bb7fbf6eb152413d554c0516144d60ecc /net/p5-RPC-XML/Makefile | |
parent | 1b4cba34fa73fb63ca6adc3e8310cde3de94dda2 (diff) | |
download | ports-21edd020b82ec138b7f4f295ecf6dce7e1842205.tar.gz ports-21edd020b82ec138b7f4f295ecf6dce7e1842205.zip |
- Use USES=gmake
Notes
Notes:
svn path=/head/; revision=327253
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-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 |