diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/rvm | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) |
Notes
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 480348962889..b150f018ba25 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_LATEST_LINK= yes -USE_GMAKE= yes +USES= gmake USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \ |