diff options
author | pav <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
commit | 0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch) | |
tree | 6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /chinese | |
parent | 1b45904c492338db34d10b60a7d99249af109aa8 (diff) | |
download | FreeBSD-ports-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip FreeBSD-ports-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libtabe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 8475264..dcc4f24 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-db-lib=${BDB_LIB_DIR} \ --with-db-bin=${LOCALBASE}/bin \ --enable-shared +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> |