diff options
author | minskim <minskim> | 2004-03-30 01:51:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-30 01:51:46 +0000 |
commit | 3b4a1ef2d43bf2d19c65ef7277e2a33a20665cd9 (patch) | |
tree | 2865127807c22553974844c4f073db5384cceb8c /graphics/tkpiechart | |
parent | a920bbfb396b40c19d1336ca7102d9e98f4c9843 (diff) | |
download | pkgsrc-3b4a1ef2d43bf2d19c65ef7277e2a33a20665cd9.tar.gz |
Switch to Tk 8.4 and enable pkgviews installation.
Diffstat (limited to 'graphics/tkpiechart')
-rw-r--r-- | graphics/tkpiechart/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile index d9491026eab..eac03a3311f 100644 --- a/graphics/tkpiechart/Makefile +++ b/graphics/tkpiechart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/30 01:51:46 minskim Exp $ DISTNAME= tkpiechart-5.4 CATEGORIES= graphics @@ -8,9 +8,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://jfontain.free.fr/ COMMENT= Tcl/Tk pie-chart utility; in Tcl, not as an extension -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= stooop>=3.7:../../devel/stooop +PKG_INSTALLATION_TYPES= overwrite pkgviews + NO_CONFIGURE= yes NO_BUILD= yes |