svn commit: r369999 - head/games/linux-skulltag
Johannes Jost Meixner
xmj at FreeBSD.org
Sat Oct 4 21:48:00 UTC 2014
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
More information about the svn-ports-head
mailing list