summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-04-08 11:54:04 +0000
committeradam <adam@pkgsrc.org>2005-04-08 11:54:04 +0000
commit8e762b90215c5de9f2261d14a0b4e125d2c2546e (patch)
treefb96fbc92c2a26adf73b2756bdda8ccc6a221389 /lang/tcl-expect/Makefile
parent8ce3cf22734fa81c8dcecfaadf576a8f538f5183 (diff)
downloadpkgsrc-8e762b90215c5de9f2261d14a0b4e125d2c2546e.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/tcl-expect/Makefile')
-rw-r--r--lang/tcl-expect/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index a8e42a9e53a..0ae1e6d6d85 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/11/30 20:30:19 adam Exp $
+# $NetBSD: Makefile,v 1.21 2005/04/08 11:54:04 adam Exp $
.include "Makefile.common"
@@ -10,9 +10,10 @@ COMMENT= Extensions to Tcl to support scripting of interactive programs
CONFLICTS+= expect-[0-9]*
-CONFIGURE_ARGS= --enable-shared --without-x \
- --with-tclconfig=${PREFIX}/lib \
- --with-tclinclude=${PREFIX}/include/tcl
+CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= --with-tclconfig=${PREFIX}/lib
+CONFIGURE_ARGS+= --with-tclinclude=${PREFIX}/include/tcl
+CONFIGURE_ARGS+= --without-x
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"