diff options
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> |