diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 17:34:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 17:34:52 +0800 |
commit | c25135ffc23d3e34490b6096fc0b58490f4080a7 (patch) | |
tree | 1ddbcaad247a66e83d591505ed7f9be7c4a53a0c /lang/ruby16 | |
parent | 8af2f324c4851a818344f014738d47eafd292bb7 (diff) | |
download | freebsd-ports-gnome-c25135ffc23d3e34490b6096fc0b58490f4080a7.tar.gz freebsd-ports-gnome-c25135ffc23d3e34490b6096fc0b58490f4080a7.tar.zst freebsd-ports-gnome-c25135ffc23d3e34490b6096fc0b58490f4080a7.zip |
Define USE_RUBY so that bsd.ruby.mk is automatically included.
Found by: FreshPorts
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index b6aa10235043..f30b0a651600 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/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 + USE_AUTOCONF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared |