aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 21:46:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 21:46:39 +0000
commit4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb (patch)
treeb8ffa3f10fddf28d29b5db0bcf728abd1b2e10a4 /devel/pkg-config
parente111988bf4642eaca72b3947fedbb038b73a645b (diff)
downloadports-4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb.tar.gz
ports-4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb.zip
Notes
Diffstat (limited to 'devel/pkg-config')
-rw-r--r--devel/pkg-config/pkg-descr7
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