aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby22
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-11-26 05:27:37 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2016-11-26 05:27:37 +0800
commit659c9675167a3c3ed24bf778c639b43981cbcd33 (patch)
tree6bec6a78bb240300325bb4d68e84361f36406264 /lang/ruby22
parent59ec137ee077b0fa76051387411a98469f6ad75b (diff)
downloadfreebsd-ports-gnome-659c9675167a3c3ed24bf778c639b43981cbcd33.tar.gz
freebsd-ports-gnome-659c9675167a3c3ed24bf778c639b43981cbcd33.tar.zst
freebsd-ports-gnome-659c9675167a3c3ed24bf778c639b43981cbcd33.zip
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
Diffstat (limited to 'lang/ruby22')
-rw-r--r--lang/ruby22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile
index aaf78c88e446..b0c376a8af47 100644
--- a/lang/ruby22/Makefile
+++ b/lang/ruby22/Makefile
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace
.endif
.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64"
-USE_GCC= 4.9+
+USE_GCC= yes
.endif
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"