diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-13 13:52:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-13 13:52:41 +0000 |
commit | dce9dd16cfeaca428b8fdce4f21675e2fd91f050 (patch) | |
tree | 1a4bb1ca72f1420feadf578a2bb5e9a651534464 /misc | |
parent | 31f72900c275c921111fcea7eaf94e3a651a1e82 (diff) | |
download | pkgsrc-dce9dd16cfeaca428b8fdce4f21675e2fd91f050.tar.gz |
Needs pkg-config to build the kitchen-synk^Hc.
Diffstat (limited to 'misc')
-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 |