svn commit: r325210 - head/devel/p5-DateTime-Astro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 22 16:21:54 UTC 2013


Author: sunpoet
Date: Thu Aug 22 16:21:53 2013
New Revision: 325210
URL: http://svnweb.freebsd.org/changeset/ports/325210

Log:
  - Fix USES

Modified:
  head/devel/p5-DateTime-Astro/Makefile

Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile	Thu Aug 22 15:47:39 2013	(r325209)
+++ head/devel/p5-DateTime-Astro/Makefile	Thu Aug 22 16:21:53 2013	(r325210)
@@ -19,8 +19,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USE_PERL5=	configure
-USES=		perl5
-USES=		gmake
+USES=		gmake perl5
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAN3=		DateTime::Astro.3 \


More information about the svn-ports-head mailing list