diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-29 21:46:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-29 21:46:39 +0000 |
commit | 4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb (patch) | |
tree | b8ffa3f10fddf28d29b5db0bcf728abd1b2e10a4 /devel/pkg-config | |
parent | e111988bf4642eaca72b3947fedbb038b73a645b (diff) | |
download | ports-4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb.tar.gz ports-4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb.zip |
Notes
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/pkg-descr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr index e65c9fb28df1..283b288796f8 100644 --- a/devel/pkg-config/pkg-descr +++ b/devel/pkg-config/pkg-descr @@ -4,9 +4,10 @@ or more libraries. pkg-config retrieves information about packages from special metadata files. These files are named after the package, with the extension .pc. By default, -pkg-config looks in the directory ${PREFIX}/libata/pkgconfig for these files; -it will also look in the list of directories specified by the PKG_CONFIG_PATH -environment variable. +pkg-config looks in the following directories: ${PREFIX}/libdata/pkgconfig, +${LOCALBASE}/libdata/pkgconfig and ${X11BASE}/libdata/pkgconfig for these +files; it will also look in the list of directories specified by the +PKG_CONFIG_PATH environment variable. The package name specified on the pkg-config command line is defined to be the name of the metadata file, minus the .pc extension. If a library can install |