SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/vtcl/patches/patch-lib_tkcon_tcl
Normal file
11
devel/vtcl/patches/patch-lib_tkcon_tcl
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- lib/tkcon.tcl.orig Wed Apr 25 16:44:53 2012
|
||||
+++ lib/tkcon.tcl Wed Apr 25 16:45:04 2012
|
||||
@@ -40,7 +40,7 @@
|
||||
if {$tcl_version < 8.0} {
|
||||
return -code error "tkcon requires at least Tcl/Tk8"
|
||||
} else {
|
||||
- package require -exact Tk $tcl_version
|
||||
+ package require Tk
|
||||
}
|
||||
|
||||
# We need to load some package to get what's available, and we
|
Loading…
Add table
Add a link
Reference in a new issue