mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix comment. LIB_DEPENDS can contain extended regular expressions.
This commit is contained in:
parent
b4572f4a32
commit
37c1feacab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75342
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user