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/sdlmame | |
parent | 3344069a8832b32277324bcea0b3ac0be205cbbe (diff) | |
download | ports-90b1b2add77751580554a46470c113472bf80a14.tar.gz ports-90b1b2add77751580554a46470c113472bf80a14.zip |
- Fix typo in Makefile
PR: ports/144160
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Approved by: maintainer
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250136
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index d61a05fd3253..2b9f5051f34a 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/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 |