aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.ruby.mk
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-12 13:32:33 +0800
committerknu <knu@FreeBSD.org>2001-08-12 13:32:33 +0800
commite8129c486f4eb73ad566746a66dcea5c96cb8677 (patch)
treea1972c2c846fbd294e88643460bf93ec4eada596 /Mk/bsd.ruby.mk
parent97061f78aa37aac37491182d9b90357d0fc05e88 (diff)
downloadfreebsd-ports-gnome-e8129c486f4eb73ad566746a66dcea5c96cb8677.tar.gz
freebsd-ports-gnome-e8129c486f4eb73ad566746a66dcea5c96cb8677.tar.zst
freebsd-ports-gnome-e8129c486f4eb73ad566746a66dcea5c96cb8677.zip
USE_RUBY_SETUP shouldn't imply USE_RUBY_AMSTD any more.
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r--Mk/bsd.ruby.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index be2d126550dd..a8efcb353571 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -30,7 +30,7 @@ Ruby_Include_MAINTAINER= knu@FreeBSD.org
# USE_RUBY_EXTCONF - Says that the port uses extconf.rb to configure. Implies USE_RUBY.
# RUBY_EXTCONF - Set to the alternative name of extconf.rb (default: extconf.rb).
# RUBY_EXTCONF_SUBDIRS - Set to list of subdirectories, if multiple modules are included.
-# USE_RUBY_SETUP - Says that the port uses setup.rb to configure and build. Implies USE_RUBY_AMSTD.
+# USE_RUBY_SETUP - Says that the port uses setup.rb to configure and build.
# RUBY_SETUP - Set to the alternative name of setup.rb (default: setup.rb).
# USE_RUBY_AMSTD - Says that the port uses amstd for building and running.
# USE_RUBY_RD - Says that the port uses rd to generate documents.
@@ -288,8 +288,6 @@ ruby-extconf-configure:
# setup.rb
.if defined(USE_RUBY_SETUP)
-USE_RUBY_AMSTD= yes
-
RUBY_SETUP?= setup.rb
do-configure: ruby-setup-configure