diff options
author | nox <nox@FreeBSD.org> | 2013-11-24 23:48:04 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-11-24 23:48:04 +0800 |
commit | b76af25fe96148d6a8ca95d2b75ce06ccbf27239 (patch) | |
tree | dfc3db62cfaab8b984637da7d6aaf62bb5ddad6b /multimedia/vdr-plugin-softdevice | |
parent | 39ae5f047b6daec6da050ca12c712a1f50d25df7 (diff) | |
download | freebsd-ports-gnome-b76af25fe96148d6a8ca95d2b75ce06ccbf27239.tar.gz freebsd-ports-gnome-b76af25fe96148d6a8ca95d2b75ce06ccbf27239.tar.zst freebsd-ports-gnome-b76af25fe96148d6a8ca95d2b75ce06ccbf27239.zip |
Mark BROKEN and DEPRECATED:
Broken after ffmpeg update (not sure it ever worked).
Diffstat (limited to 'multimedia/vdr-plugin-softdevice')
-rw-r--r-- | multimedia/vdr-plugin-softdevice/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vdr-plugin-softdevice/Makefile b/multimedia/vdr-plugin-softdevice/Makefile index 42d978d09537..9d0c9fe40745 100644 --- a/multimedia/vdr-plugin-softdevice/Makefile +++ b/multimedia/vdr-plugin-softdevice/Makefile @@ -22,8 +22,12 @@ HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN} CONFIGURE_ARGS+= --disable-vidix --disable-fb --disable-dfb --disable-cle266 --disable-alsa #--disable-yaepg +BROKEN= Broken after ffmpeg update (not sure it ever worked) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2014-01-31 NO_STAGE= yes + .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin |