valid to have a line like 'Requires:requiree'.
Confirmed with fd.o and this fixes using the libczmq pc file
# ex:ts=8 sw=4:
-# $OpenBSD: PkgConfig.pm,v 1.5 2014/03/31 18:16:24 jasper Exp $
+# $OpenBSD: PkgConfig.pm,v 1.6 2015/10/26 18:08:44 jasper Exp $
#
# Copyright (c) 2006 Marc Espie <espie@openbsd.org>
#
s/(?<!\\)\#.*//;
if (m/^([\w.]*)\s*\=\s*(.*)$/) {
$cfg->add_variable($1, $2);
- } elsif (m/^([\w.]*)\:\s+(.*)$/) {
+ } elsif (m/^([\w.]*)\:\s*(.*)$/) {
$cfg->add_property($1, $2);
} elsif (m/^([\w.]*)\:\s*$/) {
$cfg->add_property($1);