aboutsummaryrefslogtreecommitdiff
path: root/graphics/frontline
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
commit55eaa1a131b33ee0607f3095fe4d473e99f180e2 (patch)
tree04ffc9024f647686e9f2653ae171b76c9181626f /graphics/frontline
parentef9aaac2e2fcdde392a6ace208b9ed6e9751fbeb (diff)
downloadports-55eaa1a131b33ee0607f3095fe4d473e99f180e2.tar.gz
ports-55eaa1a131b33ee0607f3095fe4d473e99f180e2.zip
Notes
Diffstat (limited to 'graphics/frontline')
-rw-r--r--graphics/frontline/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile
index 08131821789d..8724c1387c1a 100644
--- a/graphics/frontline/Makefile
+++ b/graphics/frontline/Makefile
@@ -24,4 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>