contrib/pkgconf/README
John Vogel 326f5f13a2 pkgconf: update to 1.4.2 release
Also, don't create usr/bin/pkg-config symlink, since this
conflicts with core/pkg-config port. Instead, add a README
explaining the situation.
2018-03-02 00:24:30 -05:00

8 lines
262 B
Plaintext

This port, pkgconf, can be used as a replacement for pkg-config.
To accomplish that, you will need a symlink:
# ln -s pkgconf /usr/bin/pkg-config
You should be aware that is conflicts with the core/pkg-config
package, so the link is not automatically created.