diff options
-rw-r--r-- | textproc/catdoc-tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc-tk/Makefile b/textproc/catdoc-tk/Makefile index 05be5b35b4f..62606ff50c8 100644 --- a/textproc/catdoc-tk/Makefile +++ b/textproc/catdoc-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/05/05 00:28:50 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/29 17:27:36 fredb Exp $ # .include "../../textproc/catdoc/Makefile.common" @@ -17,5 +17,5 @@ CONFIGURE_ENV+= enable_wordview=yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/wordview ${PREFIX}/bin/wordview -.include "../../x11/tk83/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |