diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-03 15:26:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-03 15:26:14 +0000 |
commit | 8bb0bfe486a04983f210a8b1fdc593a43503e552 (patch) | |
tree | 137e05e9426f8486ae62a8f974138dc1cbcd5edc /multimedia/mplayer-share | |
parent | 0dfcfccd88c643d5dd4ea1c91eb4e56df4731a90 (diff) | |
download | pkgsrc-8bb0bfe486a04983f210a8b1fdc593a43503e552.tar.gz |
Remove dvdread and dvdnav options for now; mplayer is not compatible
to the currene pkgsrc versions (5.x) and I didn't manage to convince
it to use the internal copies.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index ee1214cfb8b..cd91b811e1f 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.50 2014/05/31 15:56:27 wiz Exp $ +# $NetBSD: options.mk,v 1.51 2014/10/03 15:26:14 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -24,7 +24,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//} # Options supported by both mplayer* or mencoder*. PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv png theora vorbis x264 debug -PKG_SUPPORTED_OPTIONS+= dvdread dvdnav +#PKG_SUPPORTED_OPTIONS+= dvdread dvdnav .if ${OSS_TYPE} != "none" PKG_SUPPORTED_OPTIONS+= oss .endif |