diff options
author | fredb <fredb@pkgsrc.org> | 2004-12-29 17:27:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2004-12-29 17:27:36 +0000 |
commit | 12198cb982b3619a952b32d06283fd2cf750a862 (patch) | |
tree | dbeeb31a809454f2c9a45836e0ba0934bd382e2b | |
parent | 23a6c69d1aefb3ca34f172e8ea4caf16d011a3ce (diff) | |
download | pkgsrc-12198cb982b3619a952b32d06283fd2cf750a862.tar.gz |
This package works fine with tk-8.4.8.
-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" |