diff options
author | fredb <fredb> | 2005-04-04 17:11:17 +0000 |
---|---|---|
committer | fredb <fredb> | 2005-04-04 17:11:17 +0000 |
commit | 87856225fbad887aad056e61ba06fefa6fad3c13 (patch) | |
tree | 654a5a1325ee8062f72548da56fb15d8f279f61a /textproc | |
parent | ff9e0933e3eab6cfe71f58589369e4f50df5e7b9 (diff) | |
download | pkgsrc-87856225fbad887aad056e61ba06fefa6fad3c13.tar.gz |
Let this build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcl-expat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index aadc785ce22..0f5ce868626 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/09 01:16:59 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/04 17:11:17 fredb Exp $ # DISTNAME= TclExpat-1.1 @@ -22,4 +22,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/TclExpat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcl/TclExpat +.include "../../lang/tcl/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |