diff options
Diffstat (limited to 'german/mediathek/Makefile')
-rw-r--r-- | german/mediathek/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/mediathek/Makefile b/german/mediathek/Makefile index 0b00c285ed94..086ec3f10f4f 100644 --- a/german/mediathek/Makefile +++ b/german/mediathek/Makefile @@ -10,7 +10,7 @@ DISTNAME= MediathekView_${PORTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Filme der oeff. rechtlichen Sender herunterladen und ansehen -RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer +RUN_DEPENDS= flvstreamer:multimedia/flvstreamer NO_BUILD= yes USES= zip:infozip @@ -32,11 +32,11 @@ OPTIONS_DEFAULT= VLC .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMPLAYER} -RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer +RUN_DEPENDS+= mplayer:multimedia/mplayer .endif .if ${PORT_OPTIONS:MVLC} -RUN_DEPENDS+= vlc:${PORTSDIR}/multimedia/vlc +RUN_DEPENDS+= vlc:multimedia/vlc .endif DESKTOP_ENTRIES="MediathekView" \ |