Okay?
-- best regards q#
Index: check-lib-depends =================================================================== RCS file: /cvs/ports/infrastructure/package/check-lib-depends,v retrieving revision 1.15 diff -u -r1.15 check-lib-depends --- check-lib-depends 20 Feb 2008 07:04:25 -0000 1.15 +++ check-lib-depends 22 Apr 2008 11:19:23 -0000 @@ -377,7 +377,7 @@ my $linux_bin = 0; my $freebsd_bin = 0; - if ($fullname =~ m,^/usr/local/emul/redhat/,) { + if ($fullname =~ m,^/usr/local/emul/(redhat|fedora)/,) { $linux_bin = 1; } if ($fullname =~ m,^/usr/local/emul/freebsd/,) {