aboutsummaryrefslogtreecommitdiff
path: root/archivers/rvm
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-08-24 21:26:34 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-08-24 21:26:34 +0000
commited0716a32a3451a8dd4478fb08fc63a703e4ac64 (patch)
tree2ce48c0bc750802d6d566cd7df13daf6dc592f49 /archivers/rvm
parent7d055f9f576f08f93347e69d522364868b89e8b2 (diff)
downloadports-ed0716a32a3451a8dd4478fb08fc63a703e4ac64.tar.gz
ports-ed0716a32a3451a8dd4478fb08fc63a703e4ac64.zip
USE_GCC=4.3+ is just an alias for USE_GCC=4.4+, so use the latter.
Notes
Notes: svn path=/head/; revision=259936
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}"