aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:05:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:05:54 +0000
commit4aefe7bbe045fc426ef771d261da1bb785be1fb3 (patch)
treeb938fb1af6e67ac665aa820ea6459a52687c0cdc /japanese
parentc24bc67275169e309192e12445004fcd5deb1189 (diff)
downloadports-4aefe7bbe045fc426ef771d261da1bb785be1fb3.tar.gz
ports-4aefe7bbe045fc426ef771d261da1bb785be1fb3.zip
BROKEN on amd64: Does not build
Notes
Notes: svn path=/head/; revision=106039
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvi2dvi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/dvi2dvi/Makefile b/japanese/dvi2dvi/Makefile
index 5c60300db8e6..f6c31b610a1d 100644
--- a/japanese/dvi2dvi/Makefile
+++ b/japanese/dvi2dvi/Makefile
@@ -24,6 +24,12 @@ MAKE_ENV+= kpathsea_parent=../${KPATHSEA_PARENT}
KPATHSEA_PARENT= web2c-7.2
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64"
+.endif
+
post-extract:
@( cd ${WRKSRC} ; ${MAKE} newlib )
@${CP} ${FILESDIR}/fontdesc ${WRKSRC}/lib
@@ -52,4 +58,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${PREFIX}/share/doc/dvi2dvi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>