Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2017 20:49:58 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434688 - head/devel/p5-DateTime-Astro
Message-ID:  <201702232049.v1NKnwRJ058010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702232049.v1NKnwRJ058010>