svn commit: r327531 - head/net/p5-ZeroMQ

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 08:14:52 UTC 2013


Author: bapt
Date: Wed Sep 18 08:14:52 2013
New Revision: 327531
URL: http://svnweb.freebsd.org/changeset/ports/327531

Log:
  Do not overwrite USES

Modified:
  head/net/p5-ZeroMQ/Makefile

Modified: head/net/p5-ZeroMQ/Makefile
==============================================================================
--- head/net/p5-ZeroMQ/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
+++ head/net/p5-ZeroMQ/Makefile	Wed Sep 18 08:14:52 2013	(r327531)
@@ -26,10 +26,9 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDI
 		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON
 
-USES=		pkgconfig
+USES=		pkgconfig perl5
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		perl5
 USE_PERL5=	configure
 
 MAN3=	\


More information about the svn-ports-head mailing list