From 90b1b2add77751580554a46470c113472bf80a14 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 22 Feb 2010 00:49:21 +0000 Subject: - Fix typo in Makefile PR: ports/144160 Submitted by: Andrius Morkunas Approved by: maintainer Feature safe: yes --- emulators/mame/Makefile | 2 +- emulators/sdlmame/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') 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 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 -- cgit v1.2.3