diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 10:22:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 10:22:00 +0000 |
commit | 9dd4294568b02d67c05a8975d89455de7bd9561e (patch) | |
tree | 9e241c04fd94534782c191173eaba4b357c26496 /lang/harbour | |
parent | 1d5cfa601a12bb570bf51af025a5ecf887dacc75 (diff) |
Notes
Diffstat (limited to 'lang/harbour')
-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 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> |