diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 10:22:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 10:22:00 +0000 |
commit | 11050bb73f07db153f93d9fc0a5297d21dea956c (patch) | |
tree | abdc086cdec13589c4daca17d64fee9df6c1217c /lang/harbour/Makefile | |
parent | 2c03b803f08a144ee505d0884498620544ea2495 (diff) | |
download | FreeBSD-ports-11050bb73f07db153f93d9fc0a5297d21dea956c.zip FreeBSD-ports-11050bb73f07db153f93d9fc0a5297d21dea956c.tar.gz |
IGNORE on !i386: Hangs during build
Diffstat (limited to 'lang/harbour/Makefile')
-rw-r--r-- | lang/harbour/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |