From d15dd278f7ec0934d180b87780485219549a136f Mon Sep 17 00:00:00 2001 From: wen Date: Mon, 22 Feb 2010 00:45:14 +0000 Subject: - Fix typo in Makefile PR: ports/14461 Submitted by: Andrius Morkunas Approved by: maintainer Feature safe: yes --- emulators/mess/Makefile | 2 +- emulators/sdlmess/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 6d75a08..884bbcf 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 6d75a08..884bbcf 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 -- cgit v1.1