diff options
author | pav <pav@FreeBSD.org> | 2009-06-08 05:54:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-08 05:54:25 +0800 |
commit | 8a4e4e24ef729b3029c2db49f61f1f30abeefd65 (patch) | |
tree | b679075326c8ac54dff51736f26555fd40ef8561 /lang/harbour/Makefile | |
parent | 4ff4a237bba02d1cc6bc3226746f51951651cede (diff) | |
download | freebsd-ports-gnome-8a4e4e24ef729b3029c2db49f61f1f30abeefd65.tar.gz freebsd-ports-gnome-8a4e4e24ef729b3029c2db49f61f1f30abeefd65.tar.zst freebsd-ports-gnome-8a4e4e24ef729b3029c2db49f61f1f30abeefd65.zip |
- Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhat
Diffstat (limited to 'lang/harbour/Makefile')
-rw-r--r-- | lang/harbour/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index 29adeb839fbd..171103bfaa02 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -17,7 +17,7 @@ COMMENT= An open source Clipper-compatible compiler LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_JOBS_SAFE= yes +#MAKE_JOBS_SAFE= yes USE_BISON= build USE_GMAKE= yes |