diff options
author | tron <tron@pkgsrc.org> | 2000-08-30 08:23:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-30 08:23:15 +0000 |
commit | 8ca258da89b698f9e58bc6cfb8c7c2cb27a65dfd (patch) | |
tree | 94704b66a77a01bfbbc1c2b4ec3444262c25b53c /graphics/tkpiechart/Makefile | |
parent | 2f58243716cdeff825d0e4448521a2e2cacfb7be (diff) | |
download | pkgsrc-8ca258da89b698f9e58bc6cfb8c7c2cb27a65dfd.tar.gz |
Use wildcard dependence for "stooop" package.
Diffstat (limited to 'graphics/tkpiechart/Makefile')
-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 |