Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 20:04:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327315 - head/math/PDL
Message-ID:  <201309142004.r8EK4JY9044608@svn.freebsd.org>

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



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