aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rvm
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-08-25 05:26:34 +0800
committergerald <gerald@FreeBSD.org>2010-08-25 05:26:34 +0800
commitc57b5ee8bb59584a1c894a76831b5487e550bbe1 (patch)
treef11a31736052fdc1f80d169f4b453c728fc0292e /archivers/rvm
parentc4f28a64d9192883d2190f4d49a8fac811dc1158 (diff)
downloadfreebsd-ports-gnome-c57b5ee8bb59584a1c894a76831b5487e550bbe1.tar.gz
freebsd-ports-gnome-c57b5ee8bb59584a1c894a76831b5487e550bbe1.tar.zst
freebsd-ports-gnome-c57b5ee8bb59584a1c894a76831b5487e550bbe1.zip
USE_GCC=4.3+ is just an alias for USE_GCC=4.4+, so use the latter.
Diffstat (limited to 'archivers/rvm')
-rw-r--r--archivers/rvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile
index 6394847e6f6e..edc50d464fcb 100644
--- a/archivers/rvm/Makefile
+++ b/archivers/rvm/Makefile
@@ -23,7 +23,7 @@ NO_LATEST_LINK= yes
USE_GNOME= gnometarget
USE_GMAKE= yes
-USE_GCC= 4.3+
+USE_GCC= 4.4+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf
MAKE_ARGS= CXXFLAGS="${CXXFLAGS}"