summaryrefslogtreecommitdiff
path: root/lang/harbour
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 10:22:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 10:22:00 +0000
commit9dd4294568b02d67c05a8975d89455de7bd9561e (patch)
tree9e241c04fd94534782c191173eaba4b357c26496 /lang/harbour
parentBROKEN on amd64 and ia64: Compile fails (diff)
IGNORE on !i386: Hangs during build
Notes
Notes: svn path=/head/; revision=103871
Diffstat (limited to 'lang/harbour')
-rw-r--r--lang/harbour/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile
index f182ea44afd0..6451928ff749 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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>