diff options
author | tron <tron> | 2000-08-30 08:23:15 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-30 08:23:15 +0000 |
commit | 5f6ea36b4eb5570d32042899ac1bdf51b3a781b5 (patch) | |
tree | 94704b66a77a01bfbbc1c2b4ec3444262c25b53c /graphics | |
parent | 052c69da69b0ef5f7cd04e4110ffc42d10eab4e6 (diff) | |
download | pkgsrc-5f6ea36b4eb5570d32042899ac1bdf51b3a781b5.tar.gz |
Use wildcard dependence for "stooop" package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tkpiechart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile index 036ec676be8..f15a054a6c7 100644 --- a/graphics/tkpiechart/Makefile +++ b/graphics/tkpiechart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/09 17:14:27 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/30 08:23:15 tron Exp $ DISTNAME= tkpiechart-5.3 CATEGORIES= graphics @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mygale.org/~jfontain/ DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= stooop-3.7:../../devel/stooop +DEPENDS+= stooop>=3.7:../../devel/stooop NO_CONFIGURE= yes NO_BUILD= yes |