From 11050bb73f07db153f93d9fc0a5297d21dea956c Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 13 Mar 2004 10:22:00 +0000 Subject: IGNORE on !i386: Hangs during build --- lang/harbour/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/harbour/Makefile') diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index f182ea4..6451928 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -25,6 +25,12 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang HB_DIR=${WRKDIR}/${PORTNAME} +.include + +.if ${ARCH} != "i386" +IGNORE= Hangs during build on !i386 +.endif + .if defined(NOPORTDOCS) post-install: ${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin @@ -84,4 +90,4 @@ post-install: -@echo .endif -.include +.include -- cgit v1.1