diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-12 05:15:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-12 05:15:03 +0000 |
commit | 37c1feacab32d9ca04dd84386ad0541f3bd68207 (patch) | |
tree | 2d0f24cc556979159f7f6d46c92605a9090aeeda /Mk/bsd.port.mk | |
parent | b4572f4a320fbf0f481708b37a5ab9d09b50b8ed (diff) | |
download | ports-37c1feacab32d9ca04dd84386ad0541f3bd68207.tar.gz ports-37c1feacab32d9ca04dd84386ad0541f3bd68207.zip |
Notes
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. |