diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
commit | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (patch) | |
tree | d575538fdfa79e95b364ebb8319b0c7d2374d886 /lang/ruby16/Makefile | |
parent | c91f1a8c86559a6e0501de3a7ad0bc1118337c9d (diff) | |
download | FreeBSD-ports-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.zip FreeBSD-ports-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.gz |
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r-- | lang/ruby16/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 9caefa4..b6aa102 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -26,7 +26,6 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if !empty(RUBY_SUFFIX) CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}" |