aboutsummaryrefslogtreecommitdiff
path: root/math/gotoblas
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:45:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:45:35 +0000
commitcddacdc1a85e239682053f3716b7c685f422ebf4 (patch)
tree62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/gotoblas
parent1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff)
downloadports-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.gz
ports-cddacdc1a85e239682053f3716b7c685f422ebf4.zip
Convert to new perl framework
Convert USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=327414
Diffstat (limited to 'math/gotoblas')
-rw-r--r--math/gotoblas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index 24b482c30409..9750d82e3f4e 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -29,7 +29,8 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/GotoBLAS2
-USE_PERL5_BUILD= yes
+USES= gmake perl5
+USE_PERL5= build
USE_FORTRAN= yes
GOTOLIBS= libgoto2 libgoto2p
GOTOFILES= ${GOTOLIBS:S|$|.so|} ${GOTOLIBS:S|$|.so.1|} ${GOTOLIBS:S|$|.a|}