Skip to content

Commit

Permalink
Init UI package before anything else
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@185 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
landonf committed Aug 17, 2002
1 parent 7186904 commit ddf2f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tcl/port1.0/port.tcl
Expand Up @@ -5,19 +5,19 @@
# standard package load
package provide port 1.0

# Initialize the UI abstraction API
package require portui 1.0
ui_init

package require portmain 1.0
package require portfetch 1.0
package require portchecksum 1.0
package require portextract 1.0
package require portpatch 1.0
package require portconfigure 1.0
package require portmake 1.0
package require portui 1.0

# System wide configuration
if [info exists portconf] {
source $portconf
}

# Initialize the UI abstraction API
ui_init

0 comments on commit ddf2f99

Please sign in to comment.