Date: Sat, 14 Sep 2013 09:03:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327253 - head/net/p5-RPC-XML Message-ID: <201309140903.r8E93ZlO092222@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 14 09:03:34 2013 New Revision: 327253 URL: http://svnweb.freebsd.org/changeset/ports/327253 Log: - Use USES=gmake Modified: head/net/p5-RPC-XML/Makefile Modified: head/net/p5-RPC-XML/Makefile ============================================================================== --- head/net/p5-RPC-XML/Makefile Sat Sep 14 08:53:58 2013 (r327252) +++ head/net/p5-RPC-XML/Makefile Sat Sep 14 09:03:34 2013 (r327253) @@ -13,11 +13,9 @@ COMMENT= XML-RPC client and server libra 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140903.r8E93ZlO092222>