diff options
author | salo <salo@pkgsrc.org> | 2003-05-24 17:32:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-24 17:32:02 +0000 |
commit | 0ca23e301d7f051acc2021f8ed0702b45e775fa5 (patch) | |
tree | 08c6b6e36283c9a594ef2e1af448386df6d8d262 /mk | |
parent | cc2450b7e22bc1ba7bb7b06ddb2486377acca864 (diff) | |
download | pkgsrc-0ca23e301d7f051acc2021f8ed0702b45e775fa5.tar.gz |
Remove MPLAYER_USE_REALMEDIA, used by default on i386, powerpc and alpha.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 41077bfa916..c642848535d 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.150 2003/05/22 16:53:40 salo Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.151 2003/05/24 17:32:02 salo Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1110,13 +1110,6 @@ MPLAYER_ENABLE_RUNTIME_CPU_DETECTION?= YES # Possible: YES, NO # Default: YES -MPLAYER_USE_REALMEDIA?= NO -# Used by mplayer to enable realmedia support by using the realplayer -# libraries. Note that this only works on i386 and also adds a -# dependency for the linux emulation to this package. -# Possible: YES, NO -# Default: NO - #MOTIF_TYPE?= openmotif # Used by motif.buildlink2.mk to choose which Motif-2.0-compatible # installation to use. This value is also automatically set by |