diff options
author | mva <mva@FreeBSD.org> | 2010-02-23 04:49:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-02-23 04:49:34 +0800 |
commit | 914ad8d7de0968f82e2b3a95c06387f7d626fb35 (patch) | |
tree | 7efe400218dfafeb020cb7193420e94eab88ace9 | |
parent | dc2d5ab321f9eca56487d119be8887949ed87e35 (diff) | |
download | freebsd-ports-gnome-914ad8d7de0968f82e2b3a95c06387f7d626fb35.tar.gz freebsd-ports-gnome-914ad8d7de0968f82e2b3a95c06387f7d626fb35.tar.zst freebsd-ports-gnome-914ad8d7de0968f82e2b3a95c06387f7d626fb35.zip |
Allow installation on amd64.
PR: ports/144179
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
-rw-r--r-- | games/linux-gorky17-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-gorky17-demo/Makefile b/games/linux-gorky17-demo/Makefile index a3a5954efcb6..8876a91b8498 100644 --- a/games/linux-gorky17-demo/Makefile +++ b/games/linux-gorky17-demo/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .run MAINTAINER= mva@FreeBSD.org COMMENT= Gorky17 Demo - a tactical shooter similiar to Jagged Alliance -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= sdl12 jpeg sdlmixer mikmod libogg libvorbis xorglibs NO_CDROM= Redistribution is limited, see license |