diff options
author | knu <knu@FreeBSD.org> | 2003-02-12 05:15:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-12 05:15:03 +0000 |
commit | 3035f2b5642783ad12c345c1574c6d155288f684 (patch) | |
tree | 423df7203d8828fb0582f5aa307643d6f364f046 | |
parent | 8e923efeff6dd3a99ae937122d32116832fd3e09 (diff) | |
download | FreeBSD-ports-3035f2b5642783ad12c345c1574c6d155288f684.zip FreeBSD-ports-3035f2b5642783ad12c345c1574c6d155288f684.tar.gz |
Fix comment. LIB_DEPENDS can contain extended regular expressions.
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4c37df6..51aef29 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -287,8 +287,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # ${DEPENDS_TARGET}. # 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. Note that lib can not contain regular expressions. +# make will use "ldconfig -r" to search for the library. +# lib can contain extended regular expressions. # DEPENDS - A list of "dir[:target]" tuples of other ports this # package depends on being made first. Use this only for # things that don't fall into the above four categories. |