aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 12:26:27 +0800
committerkris <kris@FreeBSD.org>2004-04-12 12:26:27 +0800
commit47f0dab7b119e8035b9e64a39052aea8dea00f3f (patch)
treec55a79a83dc1af1da4dc8d2fc6d528e791968315 /graphics/dore
parent9d4064635a992455656b4fdc108ddbcc03624087 (diff)
downloadfreebsd-ports-gnome-47f0dab7b119e8035b9e64a39052aea8dea00f3f.tar.gz
freebsd-ports-gnome-47f0dab7b119e8035b9e64a39052aea8dea00f3f.tar.zst
freebsd-ports-gnome-47f0dab7b119e8035b9e64a39052aea8dea00f3f.zip
BROKEN on sparc64: Does not compile
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index d4524eb196d3..b2732413996a 100644
--- a/graphics/dore/Makefile
+++ b/graphics/dore/Makefile
@@ -24,6 +24,12 @@ EXTRACT_CMD= ${MKDIR} ${WRKSRC}; cd ${WRKSRC}; ${GZIP_CMD}
MAKEFILE= mk.stdx
MAKE_ENV= DORE_LOC=${WRKDIR}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-extract:
@${MKDIR} ${WRKSRC}/lib
@@ -33,4 +39,4 @@ post-patch:
pre-install:
@${MKDIR} ${PREFIX}/share/dore
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>