Use the new LIB_DEPENDS format in more places.
Remove graphics/xpm because it isn't a port.
This commit is contained in:
parent
523e7edbf5
commit
3fb2953044
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42682
1 changed files with 2 additions and 3 deletions
|
|
@ -4591,7 +4591,7 @@ CONFIGURE_ARGS+= --without-examples
|
|||
<title>Wrong Handling of an Option</title>
|
||||
|
||||
<programlisting>.if ${PORT_OPTIONS:MFOO}
|
||||
LIB_DEPENDS+= foo:${PORTSDIR}/devel/foo
|
||||
LIB_DEPENDS+= libfoo.so:${PORTSDIR}/devel/foo
|
||||
CONFIGURE_ARGS+= --enable-foo
|
||||
.endif</programlisting>
|
||||
</example>
|
||||
|
|
@ -4610,7 +4610,7 @@ CONFIGURE_ARGS+= --enable-foo
|
|||
<title>Correct Handling of an Option</title>
|
||||
|
||||
<programlisting>.if ${PORT_OPTIONS:MFOO}
|
||||
LIB_DEPENDS+= foo:${PORTSDIR}/devel/foo
|
||||
LIB_DEPENDS+= libfoo.so:${PORTSDIR}/devel/foo
|
||||
CONFIGURE_ARGS+= --enable-foo
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-foo
|
||||
|
|
@ -17123,7 +17123,6 @@ COMMENT= A DVI Previewer for the X Window System
|
|||
|
||||
[dependencies -- can be empty]
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript
|
||||
LIB_DEPENDS= Xpm:${PORTSDIR}/graphics/xpm
|
||||
|
||||
[this section is for other standard bsd.port.mk variables that do not
|
||||
belong to any of the above]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue