diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-25 22:32:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-25 22:32:52 +0000 |
commit | 6889982c10355c1bb890b2623da612fdb5c2f241 (patch) | |
tree | d95da1ac445b54b44fb62844d8bd6a779237d6ad /audio/ocp/Makefile | |
parent | d9641eb28a9575d9935cd3752c111ae4c2313795 (diff) |
Notes
Diffstat (limited to 'audio/ocp/Makefile')
-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} |