diff options
-rw-r--r-- | graphics/tkpiechart/patches/patch-ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/tkpiechart/patches/patch-ac b/graphics/tkpiechart/patches/patch-ac index fad376d9f0d..8982cdeba63 100644 --- a/graphics/tkpiechart/patches/patch-ac +++ b/graphics/tkpiechart/patches/patch-ac @@ -1,8 +1,10 @@ ---- demo.orig Wed Aug 30 16:47:27 2000 -+++ demo Wed Aug 30 16:49:34 2000 +$NetBSD: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $ + +--- demo.orig Wed Aug 30 23:15:05 2000 ++++ demo Wed Aug 30 23:15:19 2000 @@ -4,12 +4,12 @@ - set rcsId {$Id: patch-ac,v 1.1 2000/08/30 21:04:54 jwise Exp $} + set rcsId {$Id: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $} -if {[catch {package require stooop 3.7}]} { +if {[catch {package require stooop}]} { |