From b0f0896c01b3dad4cebc74de3641500883befb6c Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 23 Jun 2010 14:29:10 +0000 Subject: - Un-IGNORE on amd64. Builds fine now. PR: 148059 Reported by: Johan van Selst Feature safe: yes --- textproc/hevea/Makefile | 8 +------- 1 file changed, 1 insertion(+), 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 - -.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 +.include -- cgit