diff options
author | mva <mva@FreeBSD.org> | 2010-02-23 04:38:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-02-23 04:38:33 +0800 |
commit | 6a6d674e4ffafb5300575dfacb48b2d7cca16f13 (patch) | |
tree | c2994122ed17559ea024cbb386e7253d18fd9b4e | |
parent | ea7d2f9e790b3987e539b5a078918c266efd1535 (diff) | |
download | freebsd-ports-gnome-6a6d674e4ffafb5300575dfacb48b2d7cca16f13.tar.gz freebsd-ports-gnome-6a6d674e4ffafb5300575dfacb48b2d7cca16f13.tar.zst freebsd-ports-gnome-6a6d674e4ffafb5300575dfacb48b2d7cca16f13.zip |
Allow installation on amd64.
PR: ports/144180
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
-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 |