diff options
author | nox <nox@FreeBSD.org> | 2012-07-22 17:25:07 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-07-22 17:25:07 +0800 |
commit | 9d83eb74fffd49b8e1c066f6704a0793a99c2999 (patch) | |
tree | 7c440f150a254e713ca5ac30c23ee0b64f239e55 /multimedia/vdr-plugins | |
parent | 9aca135d57d48338b7817c7bf7d74c544e6854e9 (diff) | |
download | freebsd-ports-gnome-9d83eb74fffd49b8e1c066f6704a0793a99c2999.tar.gz freebsd-ports-gnome-9d83eb74fffd49b8e1c066f6704a0793a99c2999.tar.zst freebsd-ports-gnome-9d83eb74fffd49b8e1c066f6704a0793a99c2999.zip |
- Update multimedia/vdr to 1.7.29 .
- Bump PORTREVISION for all plugins.
Diffstat (limited to 'multimedia/vdr-plugins')
-rw-r--r-- | multimedia/vdr-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile index 989d72f25861..907104f47fda 100644 --- a/multimedia/vdr-plugins/Makefile +++ b/multimedia/vdr-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vdr-plugins -PORTVERSION= 1.7.28 +PORTVERSION= 1.7.29 CATEGORIES= multimedia MASTER_SITES= # none DISTFILES= # none @@ -15,6 +15,8 @@ EXTRACT_ONLY= # none MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - plugin metaport +RUN_DEPENDS+= vdr:${PORTSDIR}/multimedia/vdr + NO_BUILD= yes OPTIONS_DEFINE= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \ |