summaryrefslogtreecommitdiff
path: root/lang/tk-expect/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-04-08 11:54:04 +0000
committeradam <adam>2005-04-08 11:54:04 +0000
commitbc5bffa51eeed81ccfd843e082209563e259a3e6 (patch)
treefb96fbc92c2a26adf73b2756bdda8ccc6a221389 /lang/tk-expect/Makefile
parentec4962bcf034c80474ac4acc164742bca9a28e7e (diff)
downloadpkgsrc-bc5bffa51eeed81ccfd843e082209563e259a3e6.tar.gz
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".
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r--lang/tk-expect/Makefile13
1 files changed, 6 insertions, 7 deletions
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"