summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-02-22 00:45:14 +0000
committerwen <wen@FreeBSD.org>2010-02-22 00:45:14 +0000
commitd15dd278f7ec0934d180b87780485219549a136f (patch)
tree3707c98575f73cd0587a2b0315ffd158760a57f4
parentd3a3016b28e12ea6b44c86d4badd1c11c5fef41e (diff)
downloadFreeBSD-ports-d15dd278f7ec0934d180b87780485219549a136f.zip
FreeBSD-ports-d15dd278f7ec0934d180b87780485219549a136f.tar.gz
- Fix typo in Makefile
PR: ports/14461 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Feature safe: yes
-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 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
OpenPOWER on IntegriCloud