diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-22 18:57:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-22 18:57:04 +0000 |
commit | 23734dad0dc2b40518fc6f544e9d7d3653dd89dc (patch) | |
tree | c9e3ec970278f34952120f656c9e3d6d30ac4a7d /misc | |
parent | 6af5f878fc1beecfa994a49a83a75d7bfdcf7968 (diff) | |
download | pkgsrc-23734dad0dc2b40518fc6f544e9d7d3653dd89dc.tar.gz |
Add comment to explain why MAKE_JOBS=no is needed.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index e2608a24c73..87349d78bcb 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2016/03/05 11:28:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.177 2016/03/22 18:57:04 joerg Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 67 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 +# moc use is not serialised with all consumers MAKE_JOBS_SAFE= no PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ |