diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-11 07:16:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-11 07:16:45 +0000 |
commit | 0af32f2c70bf89dcfcd4c38e99d214c1b79bb2e5 (patch) | |
tree | c160fc6941c77c89783017a373acdaf7bd7be6fb /lang/tk-expect | |
parent | c95af4404b6eee558abe6aaa70dbda7087f96397 (diff) | |
download | pkgsrc-0af32f2c70bf89dcfcd4c38e99d214c1b79bb2e5.tar.gz |
Switch to Tcl/Tk 8.4 and bl3ify.
Diffstat (limited to 'lang/tk-expect')
-rw-r--r-- | lang/tk-expect/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 14f3e81107c..b4fb3555312 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.14 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/11 07:16:45 minskim Exp $ # .include "../../lang/tcl-expect/Makefile.common" PKGNAME= tk-expect-${EXPECT_VERSION} +PKGREVISION= 1 CATEGORIES= lang MAINTAINER= jwise@NetBSD.org COMMENT= Tcl interpreter with both the expect and tk extensions built in -DEPENDS+= tk>=8.3.2:../../x11/tk83 -DEPENDS+= tcl-expect-${EXPECT_VERSION}:../../lang/tcl-expect +DEPENDS+= tcl-expect>=${EXPECT_VERSION}:../../lang/tcl-expect CONFIGURE_ARGS= --enable-shared \ --with-tclconfig=${PREFIX}/lib \ @@ -22,4 +22,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1 +.include "../../lang/tcl/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |