svn commit: r327253 - head/net/p5-RPC-XML

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 09:03:35 UTC 2013


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


More information about the svn-ports-all mailing list