aboutsummaryrefslogtreecommitdiff
path: root/textproc/hevea
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 21:56:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 21:56:40 +0000
commitb9ab9aed8de8da6697bcdb9c1690bc3b09b7c6de (patch)
treeb7c87a924f33fe433806eb1389f29658f0d32741 /textproc/hevea
parent16d7e1d634cc83058f17ec0cc228b5a8c3777a3a (diff)
downloadports-b9ab9aed8de8da6697bcdb9c1690bc3b09b7c6de.tar.gz
ports-b9ab9aed8de8da6697bcdb9c1690bc3b09b7c6de.zip
IGNORE on amd64: Infinite loop during build
Notes
Notes: svn path=/head/; revision=104325
Diffstat (limited to 'textproc/hevea')
-rw-r--r--textproc/hevea/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
index 0071254a20b6..6d3f5692a4a0 100644
--- a/textproc/hevea/Makefile
+++ b/textproc/hevea/Makefile
@@ -17,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= stephen@math.missouri.edu
-COMMENT= Convert LaTeX to HTML
+COMMENT= Convert LaTeX to HTML
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
@@ -26,6 +26,12 @@ PLIST_SUB= HEVEAVERSION=${PORTVERSION}
TEX_DIR= ${PREFIX}/share/texmf/tex/latex
TEXHASH= ${PREFIX}/bin/texhash
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+IGNORE= "Infinite loop during build on amd64"
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/hevea
${STRIP_CMD} ${PREFIX}/bin/hacha
@@ -39,4 +45,4 @@ post-install:
.endif
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>