diff options
author | abs <abs@pkgsrc.org> | 2014-12-17 16:08:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-12-17 16:08:58 +0000 |
commit | 1c1b868d427bcdb4d76b124158ecd57bdddcf812 (patch) | |
tree | b8d389feca88b75f5c5f3f7f7a73a11c4a9c1c4f /multimedia | |
parent | be6a9a285c1ded805959a65093ede96f63581100 (diff) | |
download | pkgsrc-1c1b868d427bcdb4d76b124158ecd57bdddcf812.tar.gz |
Add rtsp to PLIST_VARS to fix PLIST
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc2/Makefile b/multimedia/vlc2/Makefile index 9d5146faf45..27d7f35a21f 100644 --- a/multimedia/vlc2/Makefile +++ b/multimedia/vlc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2014/12/13 11:11:50 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2014/12/17 16:08:58 abs Exp $ DISTNAME= vlc-${VLC_VERSION} PKGREVISION= 15 @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-kde-solid=${PREFIX}/share/kde/apps/solid/actions PTHREAD_OPTS+= require USE_LANGUAGES= c99 c++ -PLIST_VARS+= x86simd altivec v4l2 oss +PLIST_VARS+= x86simd altivec v4l2 oss rtsp .include "../../mk/bsd.prefs.mk" .include "options.mk" |