From 3f63323121e58bb900851e3443ca0c08fbe0dcc3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 8 Apr 2005 11:54:04 +0000 Subject: Changes 5.43.0: * Fixed bug in ExpOutputProc that caused misbehavior during partial writes. * Noted that expect_background ignores timeouts. Added to documentation. * Patch for "mkpasswd -vo". --- lang/tk-expect/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'lang/tk-expect') diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 82c3d9e99df..ade1a7155c6 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/18 16:47:59 adam Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/08 11:54:15 adam Exp $ .include "../../lang/tcl-expect/Makefile.common" @@ -10,16 +10,15 @@ COMMENT= Tcl interpreter with both the expect and tk extensions built in DEPENDS+= tcl-expect>=${EXPECT_VERSION}:../../lang/tcl-expect -CONFIGURE_ARGS= --enable-shared \ - --with-tclconfig=${PREFIX}/lib \ - --with-tkconfig=${PREFIX}/lib \ - --with-tclinclude=${PREFIX}/include/tcl \ - --with-tkinclude=${PREFIX}/include/tk \ +CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ARGS+= --with-tclconfig=${PREFIX}/lib +CONFIGURE_ARGS+= --with-tclinclude=${PREFIX}/include/tcl +CONFIGURE_ARGS+= --with-tkconfig=${PREFIX}/lib +CONFIGURE_ARGS+= --with-tkinclude=${PREFIX}/include/tk 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" -- cgit v1.2.3