diff options
author | mva <mva@FreeBSD.org> | 2010-02-23 15:16:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-02-23 15:16:26 +0800 |
commit | 30b457d029e76e906d24623abc19ba5fab25d884 (patch) | |
tree | ccbece1f8dc3089b7e6fd87936e87d126b0fe28e | |
parent | f536261a2b56bbe2e54721e42f218a1b248e3817 (diff) | |
download | freebsd-ports-gnome-30b457d029e76e906d24623abc19ba5fab25d884.tar.gz freebsd-ports-gnome-30b457d029e76e906d24623abc19ba5fab25d884.tar.zst freebsd-ports-gnome-30b457d029e76e906d24623abc19ba5fab25d884.zip |
- Allow installation on amd64.
- Fixed linux-openal dependency.
PR: ports/144177
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
-rw-r--r-- | games/linux-coldwar-demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-coldwar-demo/Makefile b/games/linux-coldwar-demo/Makefile index d80f85bfd073..981db86db1f9 100644 --- a/games/linux-coldwar-demo/Makefile +++ b/games/linux-coldwar-demo/Makefile @@ -16,9 +16,9 @@ EXTRACT_SUFX= .run MAINTAINER= mva@FreeBSD.org COMMENT= Coldwar Demo - a third-person sneaker like Splinter Cell -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX_APPS= sdl12 jpeg sdlmixer mikmod libogg libvorbis libtheora xorglibs +USE_LINUX_APPS= sdl12 jpeg sdlmixer openal mikmod libogg libvorbis libtheora xorglibs NO_CDROM= Redistribution is limited, see license NO_BUILD= yes |