aboutsummaryrefslogtreecommitdiff
path: root/security/libntlm
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-03-24 16:21:59 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-03-24 16:21:59 +0000
commit65ab38d950814bfddca40803b9d0a46f0fddeef5 (patch)
tree7c38ffe6095b4465a20bf7d253e447b6e7fd3157 /security/libntlm
parent0641a78e79fb0c9ed7cb10222a6776c4764b702b (diff)
downloadports-65ab38d950814bfddca40803b9d0a46f0fddeef5.tar.gz
ports-65ab38d950814bfddca40803b9d0a46f0fddeef5.zip
- Mark MAKE_JOBS_SAFE for SMP compilation
Notes
Notes: svn path=/head/; revision=230867
Diffstat (limited to 'security/libntlm')
-rw-r--r--security/libntlm/Makefile1
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>