pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII Use esound instead of esd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4bbeaf06c35
branches:  trunk
changeset: 498720:f4bbeaf06c35
user:      hira <hira%pkgsrc.org@localhost>
date:      Wed Aug 31 16:11:34 2005 +0000

description:
Use esound instead of esd.
Some packages are already using it with same meaning.

diffstat:

 emulators/BasiliskII/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 719ba75ce9a6 -r f4bbeaf06c35 emulators/BasiliskII/options.mk
--- a/emulators/BasiliskII/options.mk   Wed Aug 31 15:23:09 2005 +0000
+++ b/emulators/BasiliskII/options.mk   Wed Aug 31 16:11:34 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index