diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
commit | 9c435d97cc677d79b74e5e372fd22ec4b57a0a65 (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /games | |
parent | 6dd27214ac3a362082f3cc1b2ef37b2add1db468 (diff) | |
download | pkgsrc-9c435d97cc677d79b74e5e372fd22ec4b57a0a65.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk index 0e6bd5b2864..8f1c1a5729b 100644 --- a/games/scummvm/options.mk +++ b/games/scummvm/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/03/31 09:52:26 adam Exp $ +# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:36 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm -PKG_DEFAULT_OPTIONS= sdl PKG_SUPPORTED_OPTIONS= sdl x11 +PKG_SUGGESTED_OPTIONS= sdl .include "../../mk/bsd.options.mk" |