diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-26 06:32:52 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-26 06:32:52 +0800 |
commit | 6889982c10355c1bb890b2623da612fdb5c2f241 (patch) | |
tree | d95da1ac445b54b44fb62844d8bd6a779237d6ad /audio | |
parent | d9641eb28a9575d9935cd3752c111ae4c2313795 (diff) | |
download | freebsd-ports-gnome-6889982c10355c1bb890b2623da612fdb5c2f241.tar.gz freebsd-ports-gnome-6889982c10355c1bb890b2623da612fdb5c2f241.tar.zst freebsd-ports-gnome-6889982c10355c1bb890b2623da612fdb5c2f241.zip |
Fix RUN_DEPENDS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 2 |
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} |