diff options
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 02f9dbc5e1c0..386034e8fc0c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -19,6 +19,7 @@ MAINTAINER?= stijn@win.tue.nl USE_BZIP2= yes USE_GMAKE= yes +USE_GNOMENG= yes MAN6= x${MAMEMESS}.6 @@ -208,7 +209,7 @@ WITH_ESOUND= no .if ${WITH_ESOUND:L} == "yes" ESOUNDCOMMENT= -USE_ESOUND= yes +USE_GNOME= esound .else ESOUNDCOMMENT=\#\ .endif |