diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-30 01:51:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-30 01:51:46 +0000 |
commit | ca0edf2de6e39fa60b1693040de9569f01a4e220 (patch) | |
tree | 2865127807c22553974844c4f073db5384cceb8c /graphics/tkpiechart/Makefile | |
parent | 91df845178d97a232abdf021e126f56db4a85977 (diff) | |
download | pkgsrc-ca0edf2de6e39fa60b1693040de9569f01a4e220.tar.gz |
Switch to Tk 8.4 and enable pkgviews installation.
Diffstat (limited to 'graphics/tkpiechart/Makefile')
-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 |