aboutsummaryrefslogtreecommitdiff
path: root/textproc/hevea
diff options
context:
space:
mode:
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>