diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-22 12:32:47 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-22 12:32:47 +0000 |
commit | 0bd488ab5a0c886083f1de88aadf32cf6ebb3936 (patch) | |
tree | ea3416720ce85cf4d1dd8dad99047dcb69aa3105 /multimedia/vlc | |
parent | 28282de23bab2b226f880a6f5f2bf3898189f125 (diff) |
Add a build depend on v4l_compat when the V4L option is enabled (which is
by default). So dvb support is enabled and build. This allows vlc to
understand dvb:// uri's again.
PR: 207397
Submitted by: Tobias Kortkamp <t@tobik.me>
Notes
Notes:
svn path=/head/; revision=409337
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index ed6709ed1220..cb4ac55d5761 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -284,6 +284,7 @@ TWOLAME_CONFIGURE_ENABLE= twolame UPNP_LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp UPNP_CONFIGURE_ENABLE= upnp +V4L_BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l V4L_CONFIGURE_ENABLE= v4l2 |