1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Xin LI 2010-02-22 22:59:27 +00:00
parent 5204bf333e
commit 303bfce9a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250214
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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