summaryrefslogtreecommitdiff
path: root/lang/tk-expect
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-11 07:16:45 +0000
committerminskim <minskim>2004-03-11 07:16:45 +0000
commit50608ff41fd5ec80f94275d4f66f80bb0c2b6586 (patch)
treec160fc6941c77c89783017a373acdaf7bd7be6fb /lang/tk-expect
parent9064b20cefc57013287ba977caf12591041d0bc6 (diff)
downloadpkgsrc-50608ff41fd5ec80f94275d4f66f80bb0c2b6586.tar.gz
Switch to Tcl/Tk 8.4 and bl3ify.
Diffstat (limited to 'lang/tk-expect')
-rw-r--r--lang/tk-expect/Makefile8
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"