aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-24 09:58:23 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-24 09:58:23 +0800
commit291b85de8ee00210037d794dcdbdda9cae15849b (patch)
tree57c2ddba9a2cc379e627d5e3bffb6adf00aea9ef /japanese
parent2d3388d9ce1dce6f5a3c9634299644e3ef90c96c (diff)
downloadfreebsd-ports-graphics-291b85de8ee00210037d794dcdbdda9cae15849b.tar.gz
freebsd-ports-graphics-291b85de8ee00210037d794dcdbdda9cae15849b.tar.zst
freebsd-ports-graphics-291b85de8ee00210037d794dcdbdda9cae15849b.zip
Mark broken on amd64: does not compile.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/gauche-kakasi/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/gauche-kakasi/Makefile b/japanese/gauche-kakasi/Makefile
index 17e0ecce948..151c1871167 100644
--- a/japanese/gauche-kakasi/Makefile
+++ b/japanese/gauche-kakasi/Makefile
@@ -21,6 +21,12 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==amd64
+BROKEN=does not compile on amd64
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kakasi=${PREFIX}
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
@@ -32,14 +38,11 @@ post-patch:
${REINPLACE_CMD} -e "s/\(@LDFLAGS@\) \(@KAKASI_LIBDIR@\)/\2 \1/" \
${WRKSRC}/Makefile.in
-post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}gauche-
test: