summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile
diff options
context:
space:
mode:
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"