diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 07:22:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 07:22:46 +0000 |
commit | b53bc1a316694a391557d3260a5689eeb13ba921 (patch) | |
tree | 2f3e174f7d1c6e4e6b6504dc0a9137fd0827237f /x11 | |
parent | fc2da99a5ad60cef808d98be3f77951607e0010a (diff) | |
download | pkgsrc-b53bc1a316694a391557d3260a5689eeb13ba921.tar.gz |
Remove specifying RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-tcltklib/Makefile | 3 | ||||
-rw-r--r-- | x11/ruby-tk/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/ruby-tcltklib/Makefile b/x11/ruby-tcltklib/Makefile index c06ff4c351c..dd1805a1d98 100644 --- a/x11/ruby-tcltklib/Makefile +++ b/x11/ruby-tcltklib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/11/02 08:59:24 taca Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/03 07:22:46 taca Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-tcltklib-${RUBY_VERSION} @@ -10,7 +10,6 @@ HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby interface to Tcl/Tk libraries RUBY_HAS_ARCHLIB= yes -RUBY_VERSION_SUPPORTED= 18 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tcltklib WRKSRC= ${RUBY_WRKSRC}/ext/tcltklib diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile index 8dc91838058..04136a01ae5 100644 --- a/x11/ruby-tk/Makefile +++ b/x11/ruby-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/11/02 08:59:42 taca Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/03 07:22:58 taca Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-tk-${RUBY_VERSION} @@ -12,7 +12,6 @@ COMMENT= Ruby interface to the Tk widget set DEPENDS+= ${RUBY_PKGPREFIX}-tcltklib>=${RUBY_VERSION}:../../x11/ruby-tcltklib RUBY_HAS_ARCHLIB= yes -RUBY_VERSION_SUPPORTED= 18 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk WRKSRC= ${RUBY_WRKSRC}/ext/tk |