diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 15:18:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 15:18:46 +0800 |
commit | c12a92491b5dc0d5e17f33172ab3d8c8d503fb17 (patch) | |
tree | 52c961a9d6ec4b3a7d3568e5054a6ed79701adb2 | |
parent | 2bb745786550a2d4efd6a2d47f00d7484f63024e (diff) | |
download | freebsd-ports-gnome-c12a92491b5dc0d5e17f33172ab3d8c8d503fb17.tar.gz freebsd-ports-gnome-c12a92491b5dc0d5e17f33172ab3d8c8d503fb17.tar.zst freebsd-ports-gnome-c12a92491b5dc0d5e17f33172ab3d8c8d503fb17.zip |
Remove latest occurence of a versionned USE_GCC, perfer USE_GCC=yes instead
-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|} |