diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-01-21 20:19:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-01-21 22:01:04 +0000 |
commit | 920a3d1486c832f212cc993ca5dfc8fa397044a9 (patch) | |
tree | 5077dd79427246805bc85501292015a66ee7c158 /multimedia/mythtv | |
parent | 9fde18b995ee4b900bb4e2faa08a6ef08e168d11 (diff) |
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r-- | multimedia/mythtv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 5e388319da82..0ce2bc88f0f3 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -1,7 +1,7 @@ PORTNAME= mythtv DISTVERSIONPREFIX= v DISTVERSION= 33.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia @@ -22,7 +22,6 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libtag.so:audio/taglib \ libexiv2.so:graphics/exiv2 \ libva.so:multimedia/libva \ - libva-glx.so:multimedia/libva-glx \ libbluray.so:multimedia/libbluray \ libass.so:multimedia/libass \ libfftw3_threads.so:math/fftw3 \ |