diff options
Diffstat (limited to 'Mk/bsd.port.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. |