diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 07:18:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 07:18:46 +0000 |
commit | 893339838910ddacac186c5f2a9c6deeaf5d8656 (patch) | |
tree | 52c961a9d6ec4b3a7d3568e5054a6ed79701adb2 /math | |
parent | 3a885f4283dfac9f698b3896ce9b22f897c8101e (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gotoblas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 89b6ef7b75c7..c98d36145710 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -30,7 +30,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/GotoBLAS2 USES= gmake perl5 -USE_GCC= 4.6+ +USE_GCC= yes USE_PERL5= build GOTOLIBS= libgoto2 libgoto2p GOTOFILES= ${GOTOLIBS:S|$|.so|} ${GOTOLIBS:S|$|.so.1|} ${GOTOLIBS:S|$|.a|} |