diff options
author | jwise <jwise> | 2000-08-31 22:09:43 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-31 22:09:43 +0000 |
commit | dc5c4d97f8a388b40d29146535a8aebf23f14443 (patch) | |
tree | 17928d2d6187053eee6d3ead26e18078fe0e2ad7 | |
parent | 49314743addd3b57c0637fb7610a95c96c065d38 (diff) | |
download | pkgsrc-dc5c4d97f8a388b40d29146535a8aebf23f14443.tar.gz |
Adapt this package to tk-8.3.2.
-rw-r--r-- | x11/ruby-Tk-mixedcase/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11/ruby-Tk-mixedcase/Makefile b/x11/ruby-Tk-mixedcase/Makefile index 43e220d288b..609aaa71db1 100644 --- a/x11/ruby-Tk-mixedcase/Makefile +++ b/x11/ruby-Tk-mixedcase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/22 02:22:26 sakamoto Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/31 22:09:43 jwise Exp $ # FreeBSD Id: ports/x11-toolkits/rubytk/Makefile,v 1.3 1999/08/31 02:59:34 peter Exp DISTNAME= ruby-1.4.6 @@ -16,21 +16,18 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.ruby-lang.org/ DEPENDS+= ruby-1.4.*:../../lang/ruby -DEPENDS+= tcl-8.0.5:../../lang/tcl80 -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk -TCL_LIB= tcl80 -TK_LIB= tk80 -TCL_DIR= tcl8.0 -TK_DIR= tk8.0 +TCL_LIB= tcl83 +TK_LIB= tk83 USE_X11= YES WRKSRC= ${WRKDIR}/${DISTNAME}/ext CONFIGURE_ARGS+=--with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ --with-tcl-lib="${LOCALBASE}/lib" \ --with-tk-lib="${LOCALBASE}/lib" \ - --with-tcl-include="${LOCALBASE}/include/${TCL_DIR}" \ - --with-tk-include="${LOCALBASE}/include/${TK_DIR}" \ + --with-tcl-include="${LOCALBASE}/include" \ + --with-tk-include="${LOCALBASE}/include" \ --with-X11-dir="${X11BASE}" |