diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-06-10 17:53:02 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-06-10 17:53:02 +0000 |
commit | 62837f760584735fbf2899dd6022d2a59ab8ac78 (patch) | |
tree | 64ae289a8433a87c5b30049c05bb71107c2eea5a | |
parent | 58ab469a9a803c13d57172a0f14de9d5427d18dd (diff) |
Notes
-rw-r--r-- | multimedia/vdr-plugins/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile index d0b1df514f6c..34b9611141b8 100644 --- a/multimedia/vdr-plugins/Makefile +++ b/multimedia/vdr-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugins PORTVERSION= 1.7.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= # none DISTFILES= # none @@ -29,6 +29,7 @@ OPTIONS= CONTROL "telnet control" On \ REMOTE "non-lirc remote control (experimental)" On \ SKINENIGMANG "Enigma-NG skin" On \ STREAMDEV "stream device (server and client)" On \ + TTXTSUBS "teletext subtitle plugin" On \ WIRBELSCAN "Wirbelscan" On \ XINELIBOUTPUT "xineliboutput plugin/viewer" On \ LIVE "live web plugin" On \ @@ -72,6 +73,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-skinenigmang.so.${PORTVERSION}:${PORTS .if defined(WITH_STREAMDEV) RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-streamdev-server.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-streamdev .endif +.if defined(WITH_TTXTSUBS) +RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-ttxtsubs.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-ttxtsubs +.endif .if defined(WITH_WIRBELSCAN) RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-wirbelscan.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-wirbelscan .endif |