diff options
author | joerg <joerg@pkgsrc.org> | 2010-05-29 08:04:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-05-29 08:04:17 +0000 |
commit | 66044e766415c9292a7226745e2820c782c71576 (patch) | |
tree | 37965547126c568e7a8ec2213eaf26126f961f69 /misc/koffice | |
parent | 3b4695922a48094077ce3afd2f361f6149644b04 (diff) | |
download | pkgsrc-66044e766415c9292a7226745e2820c782c71576.tar.gz |
Sadly, not MAKE_JOBS_SAFE.
Diffstat (limited to 'misc/koffice')
-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 f79bc4daa4f..b47693897e8 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2010/02/10 19:17:42 joerg Exp $ +# $NetBSD: Makefile,v 1.118 2010/05/29 08:04:17 joerg Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 16 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ PATCHFILES= koffice-xpdf-CVE-2007-3387.diff koffice-1.6.3-xpdf2-CVE-2007-4352-5392-5393.diff |