diff options
author | hira <hira> | 2005-09-01 11:31:57 +0000 |
---|---|---|
committer | hira <hira> | 2005-09-01 11:31:57 +0000 |
commit | 2b18717409b2691814e0cb379e8fa10c127f2748 (patch) | |
tree | 12db2fbf191e507f1b2749d149c52dbc79615c19 /emulators/BasiliskII | |
parent | e8b5b235e9c489238af86727f41ada910221c4bf (diff) | |
download | pkgsrc-2b18717409b2691814e0cb379e8fa10c127f2748.tar.gz |
Add PKG_OPTIONS_LEGACY_OPTS due to previous commit (esd -> esound).
Pointed out by dillo@.
Diffstat (limited to 'emulators/BasiliskII')
-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" |