diff options
author | hira <hira@pkgsrc.org> | 2005-09-01 11:31:57 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-09-01 11:31:57 +0000 |
commit | be83148ed4291a3e3550ae7d0cfc80ca68677da7 (patch) | |
tree | 12db2fbf191e507f1b2749d149c52dbc79615c19 /emulators | |
parent | a7d61e0a3fb514ce90e894e670d4ddda37dec5df (diff) | |
download | pkgsrc-be83148ed4291a3e3550ae7d0cfc80ca68677da7.tar.gz |
Add PKG_OPTIONS_LEGACY_OPTS due to previous commit (esd -> esound).
Pointed out by dillo@.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/BasiliskII/options.mk b/emulators/BasiliskII/options.mk index dbfb56f589b..7a035c78710 100644 --- a/emulators/BasiliskII/options.mk +++ b/emulators/BasiliskII/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/08/31 16:11:34 hira Exp $ +# $NetBSD: options.mk,v 1.3 2005/09/01 11:31:57 hira Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.BasiliskII PKG_SUPPORTED_OPTIONS= esound gtk sdl +PKG_OPTIONS_LEGACY_OPTS+= esd:esound .include "../../mk/bsd.options.mk" |