diff options
-rw-r--r-- | lang/ruby/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby14/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index b6aa102..f30b0a6 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/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 diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile index 0a333c7..966098b 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 diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index b6aa102..f30b0a6 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 |