svn commit: r327315 - head/math/PDL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 20:04:20 UTC 2013


Author: sunpoet
Date: Sat Sep 14 20:04:19 2013
New Revision: 327315
URL: http://svnweb.freebsd.org/changeset/ports/327315

Log:
  - Use USES=gmake

Modified:
  head/math/PDL/Makefile

Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile	Sat Sep 14 19:43:27 2013	(r327314)
+++ head/math/PDL/Makefile	Sat Sep 14 20:04:19 2013	(r327315)
@@ -18,9 +18,8 @@ BUILD_DEPENDS=	p5-Astro-FITS-Header>=0:$
 		p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		gmake perl5
 USE_PERL5=	configure
-USE_GMAKE=	yes
 MAKE_ENV=	PERL5LIB=${WRKSRC}/blib/lib
 PLIST_DIRS=	${SITE_PERL_REL}/${PERL_ARCH}/Inline
 PLIST_FILES=	bin/pdl bin/pdldoc bin/perldl bin/pptemplate \


More information about the svn-ports-all mailing list