diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 06:06:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 06:06:33 +0000 |
commit | 50ba4660e101ba07d498a4f160e95c2da8043741 (patch) | |
tree | 2a3eecb5cb63ea63febcadb4fd218c4756b36d52 /japanese/edict | |
parent | a45fbaadc926ead83c015296e3b681bb2598b5c2 (diff) |
Mark as broken on sparc64.
Notes
Notes:
svn path=/head/; revision=227504
Diffstat (limited to 'japanese/edict')
-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} |