diff options
author | pav <pav@FreeBSD.org> | 2009-06-19 04:51:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-19 04:51:13 +0800 |
commit | 683119aef0dd683dc261749580df776fea1069ff (patch) | |
tree | 0340ebbdc6694b02fe3e84bad11d859a24a59708 /lang/harbour | |
parent | 0a791f457270939e6f7a9d932e9b3d34bfbec61b (diff) | |
download | freebsd-ports-gnome-683119aef0dd683dc261749580df776fea1069ff.tar.gz freebsd-ports-gnome-683119aef0dd683dc261749580df776fea1069ff.tar.zst freebsd-ports-gnome-683119aef0dd683dc261749580df776fea1069ff.zip |
- Add bash as run dependency, it's needed during install target
- Re-enable multi-jobism
Ok'ed by: maintainer
Diffstat (limited to 'lang/harbour')
-rw-r--r-- | lang/harbour/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index 171103bfaa02..d1dbd99ca77e 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -16,8 +16,9 @@ COMMENT= An open source Clipper-compatible compiler LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -#MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_BISON= build USE_GMAKE= yes |