diff options
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" |