CVSROOT:        /cvs
Module name:    src
Changes by:     jas...@cvs.openbsd.org  2010/09/29 10:48:41

Modified files:
        usr.bin/pkg-config: pkg-config 

Log message:
it's valid syntax for .pc files to have:
Requires: pkg-config >= 0.21
out pkg-config couldn't handle it, as pkg-config(1) doesn't install a .pc file
to check this dependency against. fd.o pkg-config deals with this by
treating this as a special case; adapt ours to do the same.

tested in a ports bulk build and xenocara build
ok ckuethe@ sthen@

Reply via email to