diff options
-rw-r--r-- | japanese/edict/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index 2dde0049dbca..7784ade892ec 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -60,6 +60,10 @@ NO_WRKSUBDIR= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Fails to install on sparc64 with error 2 +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |