diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-13 07:01:32 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-13 07:01:32 +0800 |
commit | 864effc335483c49871e55d4880605754bde12fe (patch) | |
tree | db790016c1ca025f789971b2f7cccb2660e98f5e /Mk | |
parent | fc9e51911450585b1c61ae085fe2ef1d689cee57 (diff) | |
download | freebsd-ports-gnome-864effc335483c49871e55d4880605754bde12fe.tar.gz freebsd-ports-gnome-864effc335483c49871e55d4880605754bde12fe.tar.zst freebsd-ports-gnome-864effc335483c49871e55d4880605754bde12fe.zip |
Simplify the description of BUNDLE_LIBS.
Approved by: portmgr (bapt)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 194f58dd9c87..c5bc0166031c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -511,10 +511,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - 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 bundle third -# party libraries for internal usage. +# installed by a port as shared libraries "provided" for +# other packages (i.e., do not expose them in the solver). +# This has to be used for ports that bundle 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. |