From c25135ffc23d3e34490b6096fc0b58490f4080a7 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 26 Sep 2000 09:34:52 +0000 Subject: Define USE_RUBY so that bsd.ruby.mk is automatically included. Found by: FreshPorts --- lang/ruby16/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/ruby16') 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 -- cgit