diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:26:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:26:27 +0000 |
commit | ff18bffd91cc6684a54ff73857a006aebcb95bf9 (patch) | |
tree | 687a73a6b2af9a93316e51c1a48274008d573246 /graphics/dore | |
parent | aebc899d79a4cadcf9115fb94779d97ff91ef86d (diff) | |
download | ports-ff18bffd91cc6684a54ff73857a006aebcb95bf9.tar.gz ports-ff18bffd91cc6684a54ff73857a006aebcb95bf9.zip |
Notes
Diffstat (limited to 'graphics/dore')
-rw-r--r-- | graphics/dore/Makefile | 8 |
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> |