From 0e86d842384f0ee2c44d3cfc0569c9a21b736f9d Mon Sep 17 00:00:00 2001 From: dcoppa Date: Wed, 12 Jan 2011 14:17:46 +0000 Subject: [PATCH] Add amd64 to the list of supported ARCHS Rivo Nurges says it works well. Ok Brad --- games/warzone2100/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 2cca9329bec..79542e00a48 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2010/12/05 16:14:16 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.11 2011/01/12 14:17:46 dcoppa Exp $ -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 COMMENT= 3D realtime strategy on a future earth DISTNAME= warzone2100-2.3.6 +REVISION= 0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=warzone2100/}