Modified: trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl (102551 => 102552)
--- trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl 2013-02-04 20:05:55 UTC (rev 102551)
+++ trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl 2013-02-04 20:39:00 UTC (rev 102552)
@@ -188,3 +188,10 @@
pre-configure {
_check_require_active_variants
}
+
+# register pre-archivefetch handler that checks for all requested variants
+# this is required when downloading binary archives for a package, because
+# pre-configure is never run for those
+pre-archivefetch {
+ _check_require_active_variants
+}