diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
commit | 8a97294176dc73b4561ed2402dc5453250075385 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/gotoblas | |
parent | c2a9f33f2d93e1b5f33bb630e61a261db891265a (diff) | |
download | freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.gz freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.zst freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 3 |
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|} |