summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer-share/options.mk')
-rw-r--r--multimedia/mplayer-share/options.mk13
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