Modified: contrib/restore_ports/restore_ports.tcl (75673 => 75674)
--- contrib/restore_ports/restore_ports.tcl 2011-02-04 01:01:52 UTC (rev 75673)
+++ contrib/restore_ports/restore_ports.tcl 2011-02-04 01:39:28 UTC (rev 75674)
@@ -184,7 +184,7 @@
# XXX some ports may be reactivated to fulfil dependencies - check again at the end?
if {!$active} {
- if {[catch {portimage::deactivate $name "" ""} result]} {
+ if {[catch {portimage::deactivate $name "" [list ports_nodepcheck 1]} result]} {
global errorInfo
ui_debug "$errorInfo"
return -code error "port deactivate failed: $result"