diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-24 16:55:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-24 16:55:15 +0000 |
commit | ba92cbb012bc89a839b393e59d3a0bbf9e9843ea (patch) | |
tree | 5bb653232c2385de5ed4d6cd012db509205a4017 /multimedia/mplayer-share/options.mk | |
parent | 88a841e80315e2e1270ebdf7fc1635500409e1c0 (diff) | |
download | pkgsrc-ba92cbb012bc89a839b393e59d3a0bbf9e9843ea.tar.gz |
Remove binary-only realplayer-codecs package from 2004.
Diffstat (limited to 'multimedia/mplayer-share/options.mk')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index d962573c4bc..29a2d332064 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.56 2016/11/19 17:43:38 dholland Exp $ +# $NetBSD: options.mk,v 1.57 2017/03/24 16:55:15 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -72,10 +72,6 @@ PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection .if ${MACHINE_ARCH} == "i386" PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32 .endif -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \ - ${MACHINE_ARCH} == "alpha" -PKG_SUPPORTED_OPTIONS+= mplayer-real -.endif .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PKG_SUPPORTED_OPTIONS+= mplayer-ssse3 .endif @@ -245,13 +241,6 @@ CONFIGURE_ARGS+= --enable-menu CONFIGURE_ARGS+= --disable-menu .endif -.if !empty(PKG_OPTIONS:Mmplayer-real) -CONFIGURE_ARGS+= --enable-real -DEPENDS+= realplayer-codecs>=8nb2:../../multimedia/realplayer-codecs -.else -CONFIGURE_ARGS+= --disable-real -.endif - .if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection) CONFIGURE_ARGS+= --enable-runtime-cpudetection .else |