aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-07 15:18:46 +0800
committerbapt <bapt@FreeBSD.org>2014-10-07 15:18:46 +0800
commitc12a92491b5dc0d5e17f33172ab3d8c8d503fb17 (patch)
tree52c961a9d6ec4b3a7d3568e5054a6ed79701adb2
parent2bb745786550a2d4efd6a2d47f00d7484f63024e (diff)
downloadfreebsd-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/Makefile2
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|}