diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 09:34:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 09:34:52 +0000 |
commit | 9c722f3a867ac37a04aeb3221dd0ae45395c6f5e (patch) | |
tree | 5998b9c0ee82f5059be8d699afdcc196780d7dca /lang/ruby14 | |
parent | 20c8fb443fd68cc6d45cc0c118cb53b2a45ee728 (diff) |
Define USE_RUBY so that bsd.ruby.mk is automatically included.
Found by: FreshPorts
Notes
Notes:
svn path=/head/; revision=33132
Diffstat (limited to 'lang/ruby14')
-rw-r--r-- | lang/ruby14/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile index 0a333c7e5995..966098bba8e6 100644 --- a/lang/ruby14/Makefile +++ b/lang/ruby14/Makefile @@ -14,6 +14,10 @@ DIST_SUBDIR= ruby MAINTAINER= yasuf@bsdclub.org +USE_RUBY= yes +RUBY_NO_BUILD_DEPENDS= yes +RUBY_NO_RUN_DEPENDS= yes + RUBY_VER= 1.4 GNU_CONFIGURE= yes |