diff options
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 0ae1e6d6d85..2f54e597cfe 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/08 11:54:04 adam Exp $ +# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:40 wiz Exp $ .include "Makefile.common" @@ -13,7 +13,7 @@ CONFLICTS+= expect-[0-9]* CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-tclconfig=${PREFIX}/lib CONFIGURE_ARGS+= --with-tclinclude=${PREFIX}/include/tcl -CONFIGURE_ARGS+= --without-x +CONFIGURE_ARGS+= --without-x .include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |