From 81fe4a5ac818cf2e75362e3244347b9096405aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 3 Nov 2000 14:30:42 +0000 Subject: Previous commit was incomplete. --- misc/porteasy/src/porteasy.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index f1440a89701e..2331e2c4441f 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -968,7 +968,7 @@ MAIN:{ clean_tree(); } else { foreach $port (keys(%reqd)) { - if ($reqd{$port} == &REQ_EXPLICIT) { + if ($reqd{$port} & &REQ_EXPLICIT) { clean_port($port); } } @@ -988,7 +988,7 @@ MAIN:{ # some dependencies (most commonly XFree86) may be bogus. if ($build || $packages) { foreach $port (keys(%reqd)) { - if ($reqd{$port} == &REQ_EXPLICIT) { + if ($reqd{$port} & &REQ_EXPLICIT) { build_port($port); } } -- cgit v1.2.3