aboutsummaryrefslogtreecommitdiffstats
path: root/german/mediathek
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /german/mediathek
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'german/mediathek')
-rw-r--r--german/mediathek/Makefile6
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" \