aboutsummaryrefslogtreecommitdiff
path: root/games/foobillard
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-10 13:31:30 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-10 13:31:30 +0000
commit92c62c64993ef282c89bf965ca6c943b1e816128 (patch)
tree69aacb6fad1aa1391afc6e2412bf14ff702e4df0 /games/foobillard
parent9e0baf57a57645371676d6089edb2ddbf6d444b5 (diff)
downloadports-92c62c64993ef282c89bf965ca6c943b1e816128.tar.gz
ports-92c62c64993ef282c89bf965ca6c943b1e816128.zip
Notes
Diffstat (limited to 'games/foobillard')
-rw-r--r--games/foobillard/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index 5788ec9a2bdc..25fe221841f3 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -17,6 +17,12 @@ COMMENT= A free OpenGL-billard game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "does not compile on sparc64"
+.endif
+
FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config
USE_GETOPT_LONG=yes
@@ -63,4 +69,4 @@ post-patch:
post-install:
@${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${PREFIX}/man/man6/foobillard.6
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>