=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pkg-config/pkg-config,v retrieving revision 1.73 retrieving revision 1.74 diff -c -r1.73 -r1.74 *** src/usr.bin/pkg-config/pkg-config 2012/07/28 08:50:06 1.73 --- src/usr.bin/pkg-config/pkg-config 2012/10/09 09:58:59 1.74 *************** *** 1,5 **** #!/usr/bin/perl ! # $OpenBSD: pkg-config,v 1.73 2012/07/28 08:50:06 jasper Exp $ # $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $ # Copyright (c) 2006 Chris Kuethe --- 1,5 ---- #!/usr/bin/perl ! # $OpenBSD: pkg-config,v 1.74 2012/10/09 09:58:59 jasper Exp $ # $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $ # Copyright (c) 2006 Chris Kuethe *************** *** 287,293 **** if (defined $mode{cflags} or ($mode{static} && $mode{libs}) ! or $mode{printrequiresprivate}) { &$get_props("Requires.private"); } &$get_props("Requires"); --- 287,294 ---- if (defined $mode{cflags} or ($mode{static} && $mode{libs}) ! or $mode{printrequiresprivate} ! or $mode{exists}) { &$get_props("Requires.private"); } &$get_props("Requires");