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

12 lines
363 B
Text

$NetBSD: patch-ae,v 1.2 2000/09/03 14:49:47 wiz Exp $
--- instapkg.tcl.orig Wed Aug 30 16:47:41 2000
+++ instapkg.tcl Wed Aug 30 16:50:16 2000
@@ -22,7 +22,7 @@
exit 1
}
-if {[catch {package require stooop 3.7} message]} {
+if {[catch {package require stooop} message]} {
puts stderr "stooop package must be installed first: $message"
exit 1
}