diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-02-22 00:45:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-02-22 00:45:14 +0000 |
commit | 3344069a8832b32277324bcea0b3ac0be205cbbe (patch) | |
tree | 73b057da79500ec2da2828fdd7bd60f9e8637305 | |
parent | 89e673ce5714014fec0cb541a23fa415e80bbc84 (diff) | |
download | ports-3344069a8832b32277324bcea0b3ac0be205cbbe.tar.gz ports-3344069a8832b32277324bcea0b3ac0be205cbbe.zip |
Notes
-rw-r--r-- | emulators/mess/Makefile | 2 | ||||
-rw-r--r-- | emulators/sdlmess/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 6d75a086bff9..884bbcf89491 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_SDL= sdl MAKEFILE= makefile.sdl -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= pkg-message OPTIONS= DEBUG "Build sdlmess debugger" off diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 6d75a086bff9..884bbcf89491 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_SDL= sdl MAKEFILE= makefile.sdl -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= pkg-message OPTIONS= DEBUG "Build sdlmess debugger" off |