diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-02-22 20:38:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-02-22 20:38:33 +0000 |
commit | 33b6c10c308d4a72337b2f1cb6452839f6e96dfd (patch) | |
tree | 72b4b5888688d0d79c1ff452c0ed624018f9341e /games | |
parent | - Remove comments from IGNORE section. Left in by mistake with last commit. (diff) |
Allow installation on amd64.
PR: ports/144180
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250188
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-hdb-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-hdb-demo/Makefile b/games/linux-hdb-demo/Makefile index ed919003db4a..873f03a5e9ce 100644 --- a/games/linux-hdb-demo/Makefile +++ b/games/linux-hdb-demo/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .run MAINTAINER= mva@FreeBSD.org COMMENT= Hyperspace Delivery Boy Demo - deliver mail and packages -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= sdl12 sdlmixer mikmod libogg libvorbis xorglibs NO_CDROM= Redistribution is limited, see license |