From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 21:47:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4E1F32A; Sat, 4 Oct 2014 21:47:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D106D9FE; Sat, 4 Oct 2014 21:47:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94Llxc1094374; Sat, 4 Oct 2014 21:47:59 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94LlxEW094373; Sat, 4 Oct 2014 21:47:59 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410042147.s94LlxEW094373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 21:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369999 - head/games/linux-skulltag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:48:00 -0000 Author: xmj Date: Sat Oct 4 21:47:59 2014 New Revision: 369999 URL: https://svnweb.freebsd.org/changeset/ports/369999 QAT: https://qat.redports.org/buildarchive/r369999/ Log: games/linux-skulltag: allow build on amd64 - Allow on amd64 architecture. PR: 193703 Differential Revision: https://reviews.freebsd.org/D815 Approved by: swills (mentor) Modified: head/games/linux-skulltag/Makefile Modified: head/games/linux-skulltag/Makefile ============================================================================== --- head/games/linux-skulltag/Makefile Sat Oct 4 21:44:23 2014 (r369998) +++ head/games/linux-skulltag/Makefile Sat Oct 4 21:47:59 2014 (r369999) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LINUXBASE}/lib/libfmodexp USE_LINUX= yes USE_LINUX_APPS= sdl12 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USES= tar:bzip2 NO_BUILD= yes