From a0b6faaeb080317a0e1ba2f0f0deb1b1de3d8d49 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 24 Apr 2013 16:53:10 +0000 Subject: [PATCH] Document the pkgconfig USES PR: docs/178073 Submitted by: jgh Reviewed by: bjk Approved by: bcr --- .../books/porters-handbook/book.xml | 46 ------------------- .../books/porters-handbook/uses.xml | 15 ++++++ 2 files changed, 15 insertions(+), 46 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 35d2263cef..cd5026e6b9 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -5775,52 +5775,6 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subproject - - Using <literal>pkg-config</literal> - - If your ports requires pkg-config, - just set USE_PKGCONFIG to the following - possible values: - - Values for <makevar>USE_PKGCONFIG</makevar> - - - - - Definition - Description - - - - - - USE_PKGCONFIG= yes - The ports uses pkg-config only at build - time - - - - USE_PKGCONFIG= build - The ports uses pkg-config only at build - time - - - - USE_PKGCONFIG= run - The ports uses pkg-config only at run - time - - - - USE_PKGCONFIG= both - The ports uses pkg-config both at build and run - time - - - -
-
- Using GNU <literal>gettext</literal> diff --git a/en_US.ISO8859-1/books/porters-handbook/uses.xml b/en_US.ISO8859-1/books/porters-handbook/uses.xml index 51fdbe2b60..942e01a14a 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses.xml @@ -71,6 +71,21 @@ hierarchy. + + pkgconfig + + none, build, run, + both + + Implies that the port uses devel/pkgconf in one way or another. + With no arguments or with the build + argument, it implies pkg-config as a build-time + dependency; run implies a run-time dependency; + and both implies both run-time and build-time + dependencies. + + qmail none, build, run,