diff options
author | pav <pav@FreeBSD.org> | 2009-04-01 22:00:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-01 22:00:26 +0800 |
commit | 93ac124f70686fb3fd50b7f6350562c78e6d5890 (patch) | |
tree | 850544844aecab2c515b378f9163ba7ccf0404fc /devel/libthai | |
parent | 2ad5104163da5416b94e860946e324be5967816c (diff) | |
download | freebsd-ports-gnome-93ac124f70686fb3fd50b7f6350562c78e6d5890.tar.gz freebsd-ports-gnome-93ac124f70686fb3fd50b7f6350562c78e6d5890.tar.zst freebsd-ports-gnome-93ac124f70686fb3fd50b7f6350562c78e6d5890.zip |
- Mark MAKE_JOBS_UNSAFE
Diffstat (limited to 'devel/libthai')
-rw-r--r-- | devel/libthai/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 4209f4c59faa..f90117b8f9a7 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -18,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:15 autoconf:262 libtool:15 +MAKE_JOBS_UNSAFE= yes ALL_TARGET= all check |