diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
commit | 34ab4f9ae7b2f236f6efa54a10223e174df5d904 (patch) | |
tree | efb66df1b66cf60624722719a17439c5368bada2 /emulators/xmame | |
parent | 4919a03c9abec143b75c7c98f92ec2a18ac7b4f4 (diff) | |
download | ports-34ab4f9ae7b2f236f6efa54a10223e174df5d904.tar.gz ports-34ab4f9ae7b2f236f6efa54a10223e174df5d904.zip |
Notes
Diffstat (limited to 'emulators/xmame')
-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 |