aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 20:50:59 +0800
committerkris <kris@FreeBSD.org>2004-03-07 20:50:59 +0800
commitaff897f11270943b121a691db87a4e7a7d7d4fca (patch)
tree7a909385c7c98f7034e7accd60919aa79fc75f17
parent0434c74f8ac18908516905c2c77400735502c306 (diff)
downloadfreebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.gz
freebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.tar.zst
freebsd-ports-gnome-aff897f11270943b121a691db87a4e7a7d7d4fca.zip
BROKEN on ia64: Configure fails
-rw-r--r--japanese/eb/Makefile8
-rw-r--r--japanese/eb3/Makefile8
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>