diff options
author | gerald <gerald@FreeBSD.org> | 2010-08-25 05:26:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-08-25 05:26:34 +0800 |
commit | c57b5ee8bb59584a1c894a76831b5487e550bbe1 (patch) | |
tree | f11a31736052fdc1f80d169f4b453c728fc0292e /archivers/rvm | |
parent | c4f28a64d9192883d2190f4d49a8fac811dc1158 (diff) | |
download | freebsd-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/Makefile | 2 |
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}" |