diff options
author | joerg <joerg> | 2007-06-13 13:52:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-13 13:52:41 +0000 |
commit | 17d97b34899987f941e6a05041f9304a314ac5ea (patch) | |
tree | 1a4bb1ca72f1420feadf578a2bb5e9a651534464 /misc/kdepim3/Makefile | |
parent | d5a3ef3997d21db3aa416013ed994b20b140b6fb (diff) | |
download | pkgsrc-17d97b34899987f941e6a05041f9304a314ac5ea.tar.gz |
Needs pkg-config to build the kitchen-synk^Hc.
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r-- | misc/kdepim3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 42d9bdf0555..bd06189bfed 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2007/05/23 13:24:58 markd Exp $ +# $NetBSD: Makefile,v 1.76 2007/06/13 13:52:41 joerg Exp $ DISTNAME= kdepim-${_KDE_VERSION} CATEGORIES= misc @@ -6,7 +6,7 @@ COMMENT= Personal Information Management tools for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_TOOLS+= bison flex gawk perl:run +USE_TOOLS+= bison flex gawk perl:run pkg-config BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.4.5 |