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

Mathieu Arnold mat at FreeBSD.org
Thu Feb 23 20:49:59 UTC 2017


Author: mat
Date: Thu Feb 23 20:49:57 2017
New Revision: 434688
URL: https://svnweb.freebsd.org/changeset/ports/434688

Log:
  Put back USES=gmake, without it, the port is not MAKE_JOBS safe.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-DateTime-Astro/Makefile   (contents, props changed)

Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile	Thu Feb 23 16:48:42 2017	(r434687)
+++ head/devel/p5-DateTime-Astro/Makefile	Thu Feb 23 20:49:57 2017	(r434688)
@@ -21,7 +21,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 USE_PERL5=	configure
-USES=		localbase perl5
+USES=		gmake localbase perl5
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so


More information about the svn-ports-head mailing list