diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-24 21:26:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-08-24 21:26:34 +0000 |
commit | ed0716a32a3451a8dd4478fb08fc63a703e4ac64 (patch) | |
tree | 2ce48c0bc750802d6d566cd7df13daf6dc592f49 | |
parent | 7d055f9f576f08f93347e69d522364868b89e8b2 (diff) | |
download | ports-ed0716a32a3451a8dd4478fb08fc63a703e4ac64.tar.gz ports-ed0716a32a3451a8dd4478fb08fc63a703e4ac64.zip |
Notes
-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}" |