diff options
-rw-r--r-- | textproc/hevea/Makefile | 8 |
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> |