aboutsummaryrefslogtreecommitdiff
path: root/audio/ocp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-25 22:32:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-25 22:32:52 +0000
commit6889982c10355c1bb890b2623da612fdb5c2f241 (patch)
treed95da1ac445b54b44fb62844d8bd6a779237d6ad /audio/ocp
parentd9641eb28a9575d9935cd3752c111ae4c2313795 (diff)
downloadports-6889982c10355c1bb890b2623da612fdb5c2f241.tar.gz
ports-6889982c10355c1bb890b2623da612fdb5c2f241.zip
Fix RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=377906
Diffstat (limited to 'audio/ocp')
-rw-r--r--audio/ocp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 4ac332b3ab86..c8988a05683e 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -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}