aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-06-23 22:29:10 +0800
committergahr <gahr@FreeBSD.org>2010-06-23 22:29:10 +0800
commitb0f0896c01b3dad4cebc74de3641500883befb6c (patch)
tree4dc8afadbfeb503e3ce2833f073b63a69dd1958d
parent660642a2b4be4bfc93d145b5c2a3973823ae75d3 (diff)
downloadfreebsd-ports-gnome-b0f0896c01b3dad4cebc74de3641500883befb6c.tar.gz
freebsd-ports-gnome-b0f0896c01b3dad4cebc74de3641500883befb6c.tar.zst
freebsd-ports-gnome-b0f0896c01b3dad4cebc74de3641500883befb6c.zip
- Un-IGNORE on amd64. Builds fine now.
PR: 148059 Reported by: Johan van Selst <johans@stack.nl> Feature safe: yes
-rw-r--r--textproc/hevea/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
index 5390959830fd..1b35174f22ea 100644
--- a/textproc/hevea/Makefile
+++ b/textproc/hevea/Makefile
@@ -23,12 +23,6 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
PLIST_SUB= HEVEAVERSION=${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-IGNORE= infinite loop during build on amd64
-.endif
-
pre-configure:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile
@@ -46,4 +40,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>