diff options
author | stas <stas@FreeBSD.org> | 2011-09-13 14:34:17 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-09-13 14:34:17 +0800 |
commit | c8b99a6f096095de926a03cd4c7b7c4696958f2e (patch) | |
tree | 9ad09387314f8f8d19c3615bf73d5caab933b74b | |
parent | 656131623cecc4d24ae910ec9aa0384a008bbb29 (diff) | |
download | freebsd-ports-gnome-c8b99a6f096095de926a03cd4c7b7c4696958f2e.tar.gz freebsd-ports-gnome-c8b99a6f096095de926a03cd4c7b7c4696958f2e.tar.zst freebsd-ports-gnome-c8b99a6f096095de926a03cd4c7b7c4696958f2e.zip |
- Rubinius does not need ruby to run.
-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 |