diff options
author | mm <mm@FreeBSD.org> | 2009-03-23 20:18:31 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-23 20:18:31 +0800 |
commit | 8d7a0056fd442b659de608e5f7b46480e841067c (patch) | |
tree | b881b1bf40fd2857f8d487bfd9cfa73e32427219 /net-im | |
parent | 4b7ddf903da4f82adad598727de2577fce8374ae (diff) | |
download | freebsd-ports-gnome-8d7a0056fd442b659de608e5f7b46480e841067c.tar.gz freebsd-ports-gnome-8d7a0056fd442b659de608e5f7b46480e841067c.tar.zst freebsd-ports-gnome-8d7a0056fd442b659de608e5f7b46480e841067c.zip |
- Mark port MAKE_JOBS_SAFE
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabberd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index a6b6f0dd960b..54577dc0617d 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -32,6 +32,7 @@ OPTIONS= MYSQL "Support MySQL (storage/auth/reg)" on \ REQUIRES "Add backend requires to startup script" off GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_PERL5_RUN= yes USE_OPENSSL= yes USE_ICONV= yes |