USE_ESOUND is going away. Use USE_GNOME+= esound instead.

This commit is contained in:
Adam Weinberger 2003-04-20 22:26:23 +00:00
parent 33efc06bb5
commit eda40cd6f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79379

View file

@ -44,7 +44,7 @@ LIBTOOLFILES=
CONFIGURE_ARGS= --with-dbm-lib=gdbm
.if defined(WITH_ESOUND)
USE_ESOUND= yes
USE_GNOME+= esound
CONFIGURE_ARGS+= --with-esd-sound
.endif