Fix RUN_DEPENDS

This commit is contained in:
Antoine Brodin 2015-01-25 22:32:52 +00:00
parent d9641eb28a
commit 6889982c10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377906

View file

@ -61,7 +61,7 @@ OPTIONS_DEFAULT=ADPLUG FLAC MIDI X11 SDL
.include <bsd.port.options.mk>
.if exists(${TIMIDITY_CFG}) || ${PORT_OPTIONS:MMIDI}
RUN_DEPENDS+= ${TIMIDITY_CFG}:${PORTSDIR}/audio/eawpats
RUN_DEPENDS+= eawpats>0:${PORTSDIR}/audio/eawpats
.endif
.if ${PORT_OPTIONS:MX11}