diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-23 13:27:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-23 13:27:53 +0000 |
commit | 00114fb5f452ae0c29b908483ba8f843118223d7 (patch) | |
tree | af971a72519cb1aed31e13bda8086bde84907f80 | |
parent | ec1c7bb35719251e2798f1bee3d59178ba2a6d17 (diff) | |
download | ports-00114fb5f452ae0c29b908483ba8f843118223d7.tar.gz ports-00114fb5f452ae0c29b908483ba8f843118223d7.zip |
Notes
-rw-r--r-- | dns/c-ares/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 8e220d77c1a4..dc03727015a6 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -19,6 +19,8 @@ OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \ CONFLICTS= ares-1.* +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> .if defined(WITH_CONFIG_INFO) |