Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.93 -r1.94 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 3 Dec 2008 12:12:00 -0000 1.93 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 4 Dec 2008 17:34:48 -0000 1.94 @@ -340,7 +340,7 @@ foreach pkg_info $install_pend { set satisfied_p 1 - foreach req [pkg_info_requires $pkg_info] { + foreach req [concat [pkg_info_extends $pkg_info] [pkg_info_requires $pkg_info]] { set counter 0 foreach pkg_info_add $pkg_info_all { # Will this package do anything to change whether this requirement has been satisfied?