aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hevea
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 05:56:40 +0800
committerkris <kris@FreeBSD.org>2004-03-18 05:56:40 +0800
commit3e7d6d90ea2e239c52d09cc026190ab2c937d79f (patch)
tree2550a1c7102bf74f6344cad6787ff802d2455bfb /textproc/hevea
parentf3395220d2dcdf1329175834c3f4960108570470 (diff)
downloadfreebsd-ports-gnome-3e7d6d90ea2e239c52d09cc026190ab2c937d79f.tar.gz
freebsd-ports-gnome-3e7d6d90ea2e239c52d09cc026190ab2c937d79f.tar.zst
freebsd-ports-gnome-3e7d6d90ea2e239c52d09cc026190ab2c937d79f.zip
IGNORE on amd64: Infinite loop during build
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>