aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-02-22 08:45:14 +0800
committerwen <wen@FreeBSD.org>2010-02-22 08:45:14 +0800
commitd15dd278f7ec0934d180b87780485219549a136f (patch)
tree3707c98575f73cd0587a2b0315ffd158760a57f4 /emulators
parentd3a3016b28e12ea6b44c86d4badd1c11c5fef41e (diff)
downloadfreebsd-ports-gnome-d15dd278f7ec0934d180b87780485219549a136f.tar.gz
freebsd-ports-gnome-d15dd278f7ec0934d180b87780485219549a136f.tar.zst
freebsd-ports-gnome-d15dd278f7ec0934d180b87780485219549a136f.zip
- Fix typo in Makefile
PR: ports/14461 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mess/Makefile2
-rw-r--r--emulators/sdlmess/Makefile2
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