diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-02-22 00:49:21 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-02-22 00:49:21 +0000 |
commit | 90b1b2add77751580554a46470c113472bf80a14 (patch) | |
tree | f7e0d832f45efddcc485cc5fc8cb3f4c24c36be6 /emulators/mame | |
parent | 3344069a8832b32277324bcea0b3ac0be205cbbe (diff) | |
download | ports-90b1b2add77751580554a46470c113472bf80a14.tar.gz ports-90b1b2add77751580554a46470c113472bf80a14.zip |
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index d61a05fd3253..2b9f5051f34a 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_SDL= sdl MAKEFILE= makefile -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= pkg-message OPTIONS= DEBUG "Build sdlmame debugger" off |