diff options
author | jdolecek <jdolecek> | 2000-04-17 10:30:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2000-04-17 10:30:01 +0000 |
commit | 175cc4c6780b0d296c8ed1338424b11a8b35bc07 (patch) | |
tree | b02cdf32a031d08dbc52442a211857beef753b78 /textproc/catdoc/Makefile | |
parent | 2243e99972492904022278c80aaf723b53f6090d (diff) | |
download | pkgsrc-175cc4c6780b0d296c8ed1338424b11a8b35bc07.tar.gz |
Fix previous slighly - change the dependance to tk-[0-9]*, so that
that it won't match to e.g. tk-postgres.
Pointed out by Hubert Feyrer in private e-mail.
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 39c0576fb95..55264af4469 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/04/16 15:32:22 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2000/04/17 10:30:01 jdolecek Exp $ # DISTNAME= catdoc-0.91.2 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/contrib/ MAINTAINER= packages@netbsd.org -DEPENDS= tk-*:../../x11/tk80 +DEPENDS= tk-[0-9]*:../../x11/tk80 WRKSRC= ${WRKDIR}/catdoc |