diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-24 04:32:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-24 04:32:34 +0000 |
commit | 3c6d9f6a34a13809a7fd245c4cc877fe855df2e1 (patch) | |
tree | a95676ba658f3b06a0d104e0b256c2147fdf7b0e /lang/ruby-tcltklib | |
parent | 3f3ee682a8c306db9ea657c3dd7ccaf8c3ef7e4b (diff) | |
download | ports-3c6d9f6a34a13809a7fd245c4cc877fe855df2e1.tar.gz ports-3c6d9f6a34a13809a7fd245c4cc877fe855df2e1.zip |
Notes
Diffstat (limited to 'lang/ruby-tcltklib')
-rw-r--r-- | lang/ruby-tcltklib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 062ab1af3eb3..507078e1e92a 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: rubytk -# Version required: 1.4.2 +# Version required: 1.4.3 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ --with-X11-dir="${X11BASE}" PLIST_SUB+= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" -VERSION= 1.4.2 +VERSION= 1.4.3 BRANCH_NAME= 1.4 RUBY_VER= 1.4 |