diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-28 23:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-28 23:40:24 +0000 |
commit | fa125e0ceb255dbd3da3488825ee5f324ec42ac6 (patch) | |
tree | 3c9fca599e270d62fc04b023426db34946e858e0 /multimedia/mplayer-share | |
parent | a43d0173cf5ec39021e243cc0b213298a9b75345 (diff) | |
download | pkgsrc-fa125e0ceb255dbd3da3488825ee5f324ec42ac6.tar.gz |
As promised a week ago, remove arts and aalib from default suggested
options.
arts is obsolete and aalib only ever was a nice hack, not something
to be enabled by default.
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 1c58fc49a6b..eb82ca6635e 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.45 2012/06/11 13:41:12 wiz Exp $ +# $NetBSD: options.mk,v 1.46 2012/10/28 23:40:24 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -85,7 +85,7 @@ PKG_SUPPORTED_OPTIONS+= xvid # Define PKG_SUGGESTED_OPTIONS. # ------------------------------------------------------------------------- -.for o in aalib arts cdparanoia dv esound gif jpeg \ +.for o in cdparanoia dv esound gif jpeg \ dvdread dvdnav \ lame mad mplayer-menu mplayer-real \ mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \ |