diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-13 06:34:17 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-13 06:34:17 +0000 |
commit | 89b8995423479bdb1f6fcc16bfd86fdfca8c4ca1 (patch) | |
tree | 002e5756153f3e84198227d9e12a5eeb593eaf6a /lang/rubinius | |
parent | f7853001e118310e9a9ab6183e82acc96cf430d2 (diff) | |
download | ports-89b8995423479bdb1f6fcc16bfd86fdfca8c4ca1.tar.gz ports-89b8995423479bdb1f6fcc16bfd86fdfca8c4ca1.zip |
Notes
Diffstat (limited to 'lang/rubinius')
-rw-r--r-- | lang/rubinius/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 7d1759d56729..6ad0deaf1bd4 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -7,7 +7,7 @@ PORTNAME= rubinius PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ http://asset.rubini.us/prebuilt/:llvm @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --without-execinfo \ LLVMDIST= llvm-2.8.tgz USE_RUBY= yes +RUBY_NO_RUN_DEPENDS= yes USE_RAKE= yes USE_PERL5_BUILD= yes USE_GMAKE= yes |