diff options
Diffstat (limited to 'textproc/catdoc/Makefile')
-rw-r--r-- | textproc/catdoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index aa891b1c856..f98d30d3692 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/04/17 10:55:02 jdolecek Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/30 15:51:59 jwise Exp $ # DISTNAME= catdoc-0.91.4 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/contrib/ MAINTAINER= packages@netbsd.org -DEPENDS= tk-[0-9]*:../../x11/tk80 +DEPENDS= tk-8.3.2:../../x11/tk WRKSRC= ${WRKDIR}/catdoc |