diff options
Diffstat (limited to 'audio/mps/Makefile')
-rw-r--r-- | audio/mps/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/mps/Makefile b/audio/mps/Makefile index fec6386..916d3da 100644 --- a/audio/mps/Makefile +++ b/audio/mps/Makefile @@ -24,12 +24,7 @@ MPV_DESC= Mpv media player support USES= python USE_PYTHON= distutils autoplist -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMPLAYER} -RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer -.elif ${PORT_OPTIONS:MMPV} -RUN_DEPENDS= mpv:${PORTSDIR}/multimedia/mpv -.endif +MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +MPV_RUN_DEPENDS= mpv:${PORTSDIR}/multimedia/mpv .include <bsd.port.mk> |