diff options
author | jwise <jwise> | 2000-08-30 15:51:36 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-30 15:51:36 +0000 |
commit | bbf7fe4f842c7098b39eafa365d4eab66eb28ea7 (patch) | |
tree | d001dc9008b548f0d06b7c1599b6e65db084c4de /textproc | |
parent | 938a96d4b34c1e46037ef7d9f4a095885ca29ad1 (diff) | |
download | pkgsrc-bbf7fe4f842c7098b39eafa365d4eab66eb28ea7.tar.gz |
Adapt to tcl-8.3.2.
Diffstat (limited to 'textproc')
-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 |