diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:41:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:41:06 +0800 |
commit | 528cecc4e059f2e8052ba15c64b45e8ce7d87054 (patch) | |
tree | 141db14d29030a8bf2c77089ce1af9bc8111ce2c /emulators/xmame/Makefile | |
parent | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (diff) | |
download | freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.gz freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.zst freebsd-ports-gnome-528cecc4e059f2e8052ba15c64b45e8ce7d87054.zip |
Deploy USE_GNOMENG infrastructure
PR: 42199
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 |