Fix RUN_DEPENDS for CACA options
This commit is contained in:
parent
23189a2f4c
commit
97fe4a7082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335174
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ LIRC_CONFIGURE_ENV= LIRC_CFLAGS="-I${LOCALBASE}/include" \
|
|||
LIRC_CONFIGURE_ENABLE= lirc
|
||||
|
||||
CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca
|
||||
CACA_RUN_DEPENDS= ${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so
|
||||
CACA_RUN_DEPENDS= ${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so:${PORTSDIR}/multimedia/libxine
|
||||
CACA_CONFIGURE_OFF= --without-caca
|
||||
|
||||
AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib
|
||||
|
|
Loading…
Reference in a new issue