diff options
Diffstat (limited to 'archivers/rvm/Makefile')
-rw-r--r-- | archivers/rvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index e14dbf5fe0fc..6394847e6f6e 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rvm -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -23,6 +23,7 @@ NO_LATEST_LINK= yes USE_GNOME= gnometarget USE_GMAKE= yes +USE_GCC= 4.3+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" |