diff options
author | joerg <joerg> | 2016-04-30 20:16:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-04-30 20:16:11 +0000 |
commit | 9d23e6034b726537642bbeb827ec28a8db643c4b (patch) | |
tree | bcf26c60ce063a276a3ab307255a73638d001cfd /misc/kdepim3 | |
parent | 2790d89eb9cad318739404853c0fc677ce2a52aa (diff) | |
download | pkgsrc-9d23e6034b726537642bbeb827ec28a8db643c4b.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 7de82a174c8..68deb680698 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2016/04/11 19:01:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.129 2016/04/30 20:17:24 joerg Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 45 @@ -7,6 +7,9 @@ COMMENT= Personal Information Management tools for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" +# propertiesdialog.cpp:25:10: fatal error: 'akregatorconfig.h' file not found +MAKE_JOBS_SAFE= no + USE_TOOLS+= bison flex gawk bash:run perl:run pkg-config BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.4.5 |