summaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugins/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-31 00:15:49 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-31 00:15:49 +0000
commita182e8c275e0ce176eb00624ee824dff21000d42 (patch)
tree511e7a4e85addb82b99f01c0155b91d8a8e88c1c /multimedia/vdr-plugins/Makefile
parentRestore math/hexcalc and modernize it. (diff)
Remove the non-default SOFTDEVICE option, it brings in the expired
multimedia/vdr-plugin-softdevice Approved by: nox (maintainer)
Notes
Notes: svn path=/head/; revision=341902
Diffstat (limited to 'multimedia/vdr-plugins/Makefile')
-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