diff options
author | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
commit | 813045038052ffa056be024446c648238b28e790 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /multimedia | |
parent | e50ce2a3b677282295c74f67e91ba9b59ef04941 (diff) | |
download | pkgsrc-813045038052ffa056be024446c648238b28e790.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index d4112fc19ad..771e98883f6 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2005/07/21 15:20:47 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2005/10/05 13:29:50 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -55,24 +55,6 @@ PKG_SUGGESTED_OPTIONS+= ${_o_} .endfor # ------------------------------------------------------------------------- -# Define PKG_SUGGESTED_OPTIONS based on deprecated variables. -# ------------------------------------------------------------------------- - -.for d in ${MPLAYER_DISABLE_DRIVERS} -PKG_LEGACY_OPTIONS+=-${d:S/esd/esound/} -PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable MPLAYER_DISABLE_DRIVERS="${d:Q}" used; use "${PKG_OPTIONS_VAR:Q}"+=-"${d:S/esd/esound/:Q}" instead." -.endfor - -.if ${MACHINE_ARCH} == "i386" -PKG_OPTIONS_LEGACY_VARS+= \ - MPLAYER_ENABLE_RUNTIME_CPU_DETECTION:mplayer-runtime-cpudetection -.endif - -.if ${OPSYS} == "SunOS" -PKG_OPTIONS_LEGACY_VARS+= MPLAYER_USE_MEDIALIB:mlib -.endif - -# ------------------------------------------------------------------------- # Handle chosen options. # ------------------------------------------------------------------------- |