diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-28 12:32:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-28 12:32:50 +0000 |
commit | 9c4d15df8f96d4dcca80b6f0c38d73d5686d5c36 (patch) | |
tree | 6c07c852e651c83d2af822fc69830be475ddadeb /games/hex-a-hop | |
parent | 52761a44f8e7772126e23f00221c3b747555b182 (diff) |
games/hex-a-hop port doesn't compile on 64bit systems
Doesn't compile on 64bit systems, and I have no access to
such systems to fix. Any help/offers greatfully accepted,
but that witholding, need to mark this as i386 only.
PR: ports/116589
Submitted by: Jamie Jones <jamie@bishopston.net>
Notes
Notes:
svn path=/head/; revision=200268
Diffstat (limited to 'games/hex-a-hop')
-rw-r--r-- | games/hex-a-hop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 06d934f68f3c..347308159f74 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -16,8 +16,11 @@ MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \ MAINTAINER= jamie@bishopston.net COMMENT= A puzzle game based on hexagonal tiles -USE_SDL= sdl +NOT_FOR_ARCHS= amd sparc64 +NOT_FOR_ARCHS_REASON_amd64= Probably an easy fix, but I've no access to an amd64 machine. Offers of help appreciated! +NOT_FOR_ARCHS_REASON_sparc64= Probably an easy fix, but I've no access to an sparc64 machine. Offers of help appreciated! +USE_SDL= sdl MAKEFILE= Makefile.FreeBSD ALL_TARGET= ${PORTNAME} |