diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-21 07:31:33 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-21 07:31:33 +0000 |
commit | f2fa3bd17652acecbfce1b557d515ed1f46f8ed9 (patch) | |
tree | 1587ba2d63e113ff9e133b44c9c7473468716c84 /games | |
parent | d28289222a1b26d544df1bb3267e7cc6a294a99b (diff) | |
download | FreeBSD-ports-f2fa3bd17652acecbfce1b557d515ed1f46f8ed9.zip FreeBSD-ports-f2fa3bd17652acecbfce1b557d515ed1f46f8ed9.tar.gz |
- Remove ONLY_FOR_ARCH, let USE_LINUX decides.
PR: ports/105702
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/utserver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index 3247c18..61610ec 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 OPTIONS= BONUSPACKS 'install the official bonus packs collection' on -ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_CDROM= Size; the data set is much too big NO_BUILD= yes |