diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-24 23:14:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-24 23:14:24 +0000 |
commit | 3816bffcaa07ab4ab923dc428a3e340a36386ad5 (patch) | |
tree | 71c4979a6750e698e58c47286e93ab5627a52798 /Mk | |
parent | 671c24a36eb2ba62c69adfad670f6f33b9328f1f (diff) | |
download | freebsd-ports-3816bffcaa07ab4ab923dc428a3e340a36386ad5.zip |
Remove now wrong comment
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c3b82b2daf5e..8cc5c1f7a886 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -294,7 +294,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # if a particular version is desired. # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. -# make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. # DEPENDS_TARGET # - The default target to execute when a port is calling a |