summaryrefslogtreecommitdiff
path: root/graphics/dore
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 04:26:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 04:26:27 +0000
commitff18bffd91cc6684a54ff73857a006aebcb95bf9 (patch)
tree687a73a6b2af9a93316e51c1a48274008d573246 /graphics/dore
parentBROKEN on sparc64 as well (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=106784
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>