diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-04-17 10:30:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-04-17 10:30:01 +0000 |
commit | f596ba1f9237927c5b1c56239ecfd68e974dcce3 (patch) | |
tree | b02cdf32a031d08dbc52442a211857beef753b78 /textproc/catdoc/Makefile | |
parent | df01bcc5c568e36bb608d6fdcdb1d538469c4d72 (diff) | |
download | pkgsrc-f596ba1f9237927c5b1c56239ecfd68e974dcce3.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 |