diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 16:21:59 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 16:21:59 +0000 |
commit | 65ab38d950814bfddca40803b9d0a46f0fddeef5 (patch) | |
tree | 7c38ffe6095b4465a20bf7d253e447b6e7fd3157 /security/libntlm | |
parent | 0641a78e79fb0c9ed7cb10222a6776c4764b702b (diff) | |
download | ports-65ab38d950814bfddca40803b9d0a46f0fddeef5.tar.gz ports-65ab38d950814bfddca40803b9d0a46f0fddeef5.zip |
Notes
Diffstat (limited to 'security/libntlm')
-rw-r--r-- | security/libntlm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index e3480eb3dd56..6c13a87d3047 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -17,5 +17,6 @@ COMMENT= A library that implement Microsoft's NTLM authentication USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |