diff options
author | knu <knu@FreeBSD.org> | 2003-02-12 13:15:03 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-12 13:15:03 +0800 |
commit | 3035f2b5642783ad12c345c1574c6d155288f684 (patch) | |
tree | 423df7203d8828fb0582f5aa307643d6f364f046 /Mk/bsd.port.mk | |
parent | 8e923efeff6dd3a99ae937122d32116832fd3e09 (diff) | |
download | freebsd-ports-gnome-3035f2b5642783ad12c345c1574c6d155288f684.tar.gz freebsd-ports-gnome-3035f2b5642783ad12c345c1574c6d155288f684.tar.zst freebsd-ports-gnome-3035f2b5642783ad12c345c1574c6d155288f684.zip |
Fix comment. LIB_DEPENDS can contain extended regular expressions.
Diffstat (limited to 'Mk/bsd.port.mk')
-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 4c37df6b975a..51aef29a693f 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. |