pkgsrc/graphics/tkpiechart/patches/patch-af
2000-09-03 14:49:47 +00:00

15 lines
553 B
Text

$NetBSD: patch-af,v 1.2 2000/09/03 14:49:48 wiz Exp $
--- piechart.htm.orig Wed Aug 30 16:47:55 2000
+++ piechart.htm Wed Aug 30 16:50:38 2000
@@ -91,9 +91,9 @@
on package installation procedures). Once the stooop and tkpiechart packages
are properly installed, insert the following code around the beginning
of your application (before you create any pie):
-<pre>package require stooop 3.7
+<pre>package require stooop
namespace import stooop::*
-package require switched 1.4
+package require switched
package require tkpiechart 5.4</pre>
<h3>