aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-01 06:07:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-01 06:07:59 +0000
commit6e184a132938e0fc6b8834cee9450ae3d73a1733 (patch)
tree7acbfa6f449b8cacee632bea2dd482d0f8fb9cda /Mk/bsd.port.mk
parentef0db9978c3b3e1c1e057f54e4293fb0716d550b (diff)
downloadports-6e184a132938e0fc6b8834cee9450ae3d73a1733.tar.gz
ports-6e184a132938e0fc6b8834cee9450ae3d73a1733.zip
Add a note about BUNDLE_LIBS
Suggested by: gerald
Notes
Notes: svn path=/head/; revision=382891
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b9fd1e2aefb6..aad44e0f8c82 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -518,6 +518,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - PREFIX has to be an absolute path.
# - PREFIX can't have a trailing slash.
#
+# BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries
+# installed by a port as a "provided" shared libraries provided
+# for other packages (prevent them from being exposed in the
+# solver). This has to be used for ports that bundles third
+# party libraries for internal usage.
# MASTERDIR - Where the port finds patches, package files, etc. Define
# this is you have two or more ports that share most of the
# files.