aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-02-23 06:59:27 +0800
committerdelphij <delphij@FreeBSD.org>2010-02-23 06:59:27 +0800
commit55d0b0a85af52a80a7f6a1576557fff85f96c274 (patch)
tree071e69b960921816bdc1d54e325e6e157cd52a43 /emulators
parent6f7443a2af81dca96601ba9b4c0f436f2513befe (diff)
downloadfreebsd-ports-gnome-55d0b0a85af52a80a7f6a1576557fff85f96c274.tar.gz
freebsd-ports-gnome-55d0b0a85af52a80a7f6a1576557fff85f96c274.tar.zst
freebsd-ports-gnome-55d0b0a85af52a80a7f6a1576557fff85f96c274.zip
Fix a typo which prevents the arch test actually work.
Submitted by: Andrius Morkunas <hinokind gmail com> PR: ports/144158 Approved by: maintainer Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame-devel/Makefile2
-rw-r--r--emulators/sdlmame-devel/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame-devel/Makefile b/emulators/mame-devel/Makefile
index 4f71bc7578af..8f8ff111a1e9 100644
--- a/emulators/mame-devel/Makefile
+++ b/emulators/mame-devel/Makefile
@@ -24,7 +24,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-devel/Makefile b/emulators/sdlmame-devel/Makefile
index 4f71bc7578af..8f8ff111a1e9 100644
--- a/emulators/sdlmame-devel/Makefile
+++ b/emulators/sdlmame-devel/Makefile
@@ -24,7 +24,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