diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 20:50:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 20:50:59 +0800 |
commit | aff897f11270943b121a691db87a4e7a7d7d4fca (patch) | |
tree | 7a909385c7c98f7034e7accd60919aa79fc75f17 /japanese/eb | |
parent | 0434c74f8ac18908516905c2c77400735502c306 (diff) | |
download | freebsd-ports-graphics-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.gz freebsd-ports-graphics-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.zst freebsd-ports-graphics-aff897f11270943b121a691db87a4e7a7d7d4fca.zip |
BROKEN on ia64: Configure fails
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index bd81bffa840..1ab187f4ea6 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -71,6 +71,12 @@ CONFIGURE_ARGS= --enable-nls \ APPENDIXDIR= ${DATADIR}/appendix +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Configure fails on ia64" +.endif + post-extract: ${RM} -fr ${WRKSRC}/zlib ${MKDIR} ${WRKDIR}/appendix @@ -85,4 +91,4 @@ post-install: .endfor ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |