aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-26 06:32:52 +0800
committerantoine <antoine@FreeBSD.org>2015-01-26 06:32:52 +0800
commitb10ebe6b896e0fae54da9270333c18298da1a13b (patch)
treed95da1ac445b54b44fb62844d8bd6a779237d6ad /audio
parent099b63f0b2057b896713826874513ac091516b97 (diff)
downloadfreebsd-ports-gnome-b10ebe6b896e0fae54da9270333c18298da1a13b.tar.gz
freebsd-ports-gnome-b10ebe6b896e0fae54da9270333c18298da1a13b.tar.zst
freebsd-ports-gnome-b10ebe6b896e0fae54da9270333c18298da1a13b.zip
Fix RUN_DEPENDS
Diffstat (limited to 'audio')
-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}