diff options
author | hira <hira> | 2005-08-31 16:11:34 +0000 |
---|---|---|
committer | hira <hira> | 2005-08-31 16:11:34 +0000 |
commit | b89dd20732363be65fc078b51b7d97965e70d871 (patch) | |
tree | 3acd218f87a3010576d0caf9c2dfceffd9b598fc /emulators | |
parent | 371136380698dcad5f55bd5c2b5b25714ea92d2d (diff) | |
download | pkgsrc-b89dd20732363be65fc078b51b7d97965e70d871.tar.gz |
Use esound instead of esd.
Some packages are already using it with same meaning.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/BasiliskII/options.mk b/emulators/BasiliskII/options.mk index 7d2d7d579d8..dbfb56f589b 100644 --- a/emulators/BasiliskII/options.mk +++ b/emulators/BasiliskII/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.1 2005/07/01 12:34:32 adam Exp $ +# $NetBSD: options.mk,v 1.2 2005/08/31 16:11:34 hira Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.BasiliskII -PKG_SUPPORTED_OPTIONS= esd gtk sdl +PKG_SUPPORTED_OPTIONS= esound gtk sdl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mesd) +.if !empty(PKG_OPTIONS:Mesound) CONFIGURE_ARGS+= --with-esd .include "../../audio/esound/buildlink3.mk" .else |