diff options
author | wen <wen@FreeBSD.org> | 2010-02-22 08:49:21 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-02-22 08:49:21 +0800 |
commit | ff9d046607917b7eb34c2fe50f8a8e2017df696c (patch) | |
tree | daa16df132c49c8012b20a27fab4346d26649c42 | |
parent | d15dd278f7ec0934d180b87780485219549a136f (diff) | |
download | freebsd-ports-gnome-ff9d046607917b7eb34c2fe50f8a8e2017df696c.tar.gz freebsd-ports-gnome-ff9d046607917b7eb34c2fe50f8a8e2017df696c.tar.zst freebsd-ports-gnome-ff9d046607917b7eb34c2fe50f8a8e2017df696c.zip |
- Fix typo in Makefile
PR: ports/144160
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Approved by: maintainer
Feature safe: yes
-rw-r--r-- | emulators/mame/Makefile | 2 | ||||
-rw-r--r-- | emulators/sdlmame/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |