summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:41:06 +0000
commit34ab4f9ae7b2f236f6efa54a10223e174df5d904 (patch)
treeefb66df1b66cf60624722719a17439c5368bada2 /emulators/xmame
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42199 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65306
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile3
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