aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-08-10 16:47:58 +0800
committerlinimon <linimon@FreeBSD.org>2011-08-10 16:47:58 +0800
commit94616ca2bfb16f6becde066160bf9a9d145356b0 (patch)
treeef499b8b512e6c40cae7a1151cbbd3f33c98f6ff
parenteef48ba1e29b56825dbde5f210452e793f2ecade (diff)
downloadfreebsd-ports-graphics-94616ca2bfb16f6becde066160bf9a9d145356b0.tar.gz
freebsd-ports-graphics-94616ca2bfb16f6becde066160bf9a9d145356b0.tar.zst
freebsd-ports-graphics-94616ca2bfb16f6becde066160bf9a9d145356b0.zip
Mark as broken on sparc64: does not configure.
-rw-r--r--databases/grass/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index f56cf9c4f59..bd665b4fe0d 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -88,6 +88,10 @@ BASH_SCRIPTS= i.spectral r.tileset
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not configure on sparc64
+.endif
+
.if !defined (GRASS_INST_DIR)
GRASS_INST_DIR= ${PORTNAME}-${PORTVERSION}
.endif