diff options
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r-- | lang/tk-expect/Makefile | 13 |
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" |