aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugins
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-01-31 08:15:49 +0800
committerrene <rene@FreeBSD.org>2014-01-31 08:15:49 +0800
commit069689099f6b3efed4f1834d471e8703ac054429 (patch)
tree511e7a4e85addb82b99f01c0155b91d8a8e88c1c /multimedia/vdr-plugins
parentdf8437ba337c6a012ccfb77a62efe3017f24acb8 (diff)
downloadfreebsd-ports-gnome-069689099f6b3efed4f1834d471e8703ac054429.tar.gz
freebsd-ports-gnome-069689099f6b3efed4f1834d471e8703ac054429.tar.zst
freebsd-ports-gnome-069689099f6b3efed4f1834d471e8703ac054429.zip
Remove the non-default SOFTDEVICE option, it brings in the expired
multimedia/vdr-plugin-softdevice Approved by: nox (maintainer)
Diffstat (limited to 'multimedia/vdr-plugins')
-rw-r--r--multimedia/vdr-plugins/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index e01eea6bdce1..78aaf1c6f4cb 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -19,7 +19,7 @@ OPTIONS_DEFINE= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
OSDTELETEXT REELSCAN REMOTE SKINENIGMANG STREAMDEV \
TTXTSUBS WIRBELSCAN XINELIBOUTPUT LIVE UPNP \
SLEEPTIMER XVDR EEPG VDRMANAGER SOFTHDDEVICE \
- EXTRECMENU VNSISERVER SOFTDEVICE MARKAD
+ EXTRECMENU VNSISERVER MARKAD
CONTROL_DESC= telnet control
EPGSEARCH_DESC= EPG search
@@ -44,7 +44,6 @@ VDRMANAGER_DESC= plugin for VDR-Manager Android clients
SOFTHDDEVICE_DESC= softhddevice plugin
EXTRECMENU_DESC= extended recordings menu plugin
VNSISERVER_DESC= VNSI server (for XBMC PVR branch - old)
-SOFTDEVICE_DESC= softdevice (broken?)
MARKAD_DESC= MarkAd plugin
OPTIONS_DEFAULT= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
@@ -106,9 +105,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-upnp.so.${PORTVERSION}:${PORTSDIR}/mul
.if ${PORT_OPTIONS:MSLEEPTIMER}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-sleeptimer.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-sleeptimer
.endif
-.if ${PORT_OPTIONS:MSOFTDEVICE}
-RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softdevice.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-softdevice
-.endif
.if ${PORT_OPTIONS:MXVDR}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-xvdr.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-xvdr
.endif