mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.
PR: ports/114622 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
This commit is contained in:
parent
5f97c201f2
commit
73cfcb5280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195734
@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --disable-arts --disable-artstest
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CACA)
|
||||
BUILD_DEPENDS+= caca-config:${PORTSDIR}/graphics/libcaca
|
||||
LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca
|
||||
PLIST_SUB+= WITH_CACA=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_CACA="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user