diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-26 08:02:17 +0000 |
commit | c68548820c41ad7830566b381146ecbdb12ed72c (patch) | |
tree | 79fc110b0f2a86a35665d42644dea19a099e2871 /lang/ruby-tcltklib | |
parent | ad6b56b76d7e28e021faf157acb8a4556ade4eff (diff) | |
download | ports-c68548820c41ad7830566b381146ecbdb12ed72c.tar.gz ports-c68548820c41ad7830566b381146ecbdb12ed72c.zip |
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.
Notes
Notes:
svn path=/head/; revision=33130
Diffstat (limited to 'lang/ruby-tcltklib')
-rw-r--r-- | lang/ruby-tcltklib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 27b126fe5455..2de946cc6b25 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -50,7 +50,6 @@ TCL_DIR= `echo "${TCL_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` TK_DIR= `echo "${TK_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} |