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 | |
parent | 0434c74f8ac18908516905c2c77400735502c306 (diff) | |
download | freebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.gz freebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.zst freebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.zip |
BROKEN on ia64: Configure fails
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 8 | ||||
-rw-r--r-- | japanese/eb3/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index bd81bffa840f..1ab187f4ea68 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> diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index bd81bffa840f..1ab187f4ea68 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/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> |