diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-01 14:07:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-01 14:07:59 +0800 |
commit | a9a563f0ae1df8d0b1cd5e492f18d2f649ea70a1 (patch) | |
tree | 7acbfa6f449b8cacee632bea2dd482d0f8fb9cda /Mk/bsd.port.mk | |
parent | 2d537ae683fa5929ad4a7bc507af3482abb0950a (diff) | |
download | freebsd-ports-gnome-a9a563f0ae1df8d0b1cd5e492f18d2f649ea70a1.tar.gz freebsd-ports-gnome-a9a563f0ae1df8d0b1cd5e492f18d2f649ea70a1.tar.zst freebsd-ports-gnome-a9a563f0ae1df8d0b1cd5e492f18d2f649ea70a1.zip |
Add a note about BUNDLE_LIBS
Suggested by: gerald
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
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. |