diff options
Diffstat (limited to 'x11/mgapdesk/Makefile')
-rw-r--r-- | x11/mgapdesk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 8ae59194108c..f6f273de329f 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -29,6 +29,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio" .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-extract: @${RM} -f ${WRKSRC}/config.cache @${CHMOD} 750 ${WRKSRC}/missing |