summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-24 01:58:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-06-24 01:58:23 +0000
commitc9e3db252d6f13bf150f18952243c045cc36e409 (patch)
tree2f7d6a85b43c1ec1a24217001214161901a37439 /japanese
parentBump PORTREVISION which should have been done when distinfo was updated. (diff)
Mark broken on amd64: does not compile.
Notes
Notes: svn path=/head/; revision=166168
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 17e0ecce948c..151c18711673 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: