diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-02-22 20:45:45 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-02-22 20:45:45 +0000 |
commit | 4bf55c046c1c62df29ebb7bcf0ea5fe4a132daec (patch) | |
tree | cd1189c45a1058011aabb324ac17bb463b21e2a4 | |
parent | - Update to 0.0.2 ([1]) (diff) |
Allow installation on amd64.
PR: ports/144181
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250193
-rw-r--r-- | games/linux-ningpo-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ningpo-demo/Makefile b/games/linux-ningpo-demo/Makefile index 4748d30bace6..e2d0c711467c 100644 --- a/games/linux-ningpo-demo/Makefile +++ b/games/linux-ningpo-demo/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .run MAINTAINER= mva@FreeBSD.org COMMENT= NingPo Mahjong Demo - a feature rich Mahjong game -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= sdl12 jpeg sdlmixer mikmod libogg libvorbis alsalib xorglibs NO_CDROM= Redistribution is limited, see license |