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/tcl-expect/Makefile.common | |
parent | c95af4404b6eee558abe6aaa70dbda7087f96397 (diff) | |
download | pkgsrc-0af32f2c70bf89dcfcd4c38e99d214c1b79bb2e5.tar.gz |
Switch to Tcl/Tk 8.4 and bl3ify.
Diffstat (limited to 'lang/tcl-expect/Makefile.common')
-rw-r--r-- | lang/tcl-expect/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common index e1fdfa34fc6..afd085e09e1 100644 --- a/lang/tcl-expect/Makefile.common +++ b/lang/tcl-expect/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:19:18 agc Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/03/11 07:16:45 minskim Exp $ # DISTNAME= expect-${EXPECT_VERSION} @@ -8,6 +8,7 @@ HOMEPAGE= http://expect.nist.gov/ EXPECT_VERSION= 5.38.0 WRKSRC= ${WRKDIR}/expect-5.38 +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= test |