ports/devel/cbrowser/files/patch-aa
Joseph Koshy 3503aead90 Use "USE_TK", update to Tk 8.4.
PR:		ports/110570
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
2007-03-21 12:56:17 +00:00

10 lines
239 B
Text

--- cbrowser-- Wed Oct 14 03:37:45 1998
+++ cbrowser Thu Apr 20 16:55:12 2000
@@ -1,6 +1,6 @@
#!/bin/sh
# restart using wish \
-exec wish -f "$0" "$@"
+exec wish8.4 -f "$0" "$@"
# $Id: cbrowser,v 0.6 1998/10/14 03:28:06 chris Exp $