diff options
Diffstat (limited to 'games')
-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} |