pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/kdepim3 Needs pkg-config to build the kitchen-syn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bc8fd182584
branches:  trunk
changeset: 529948:5bc8fd182584
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 13 13:52:41 2007 +0000

description:
Needs pkg-config to build the kitchen-synk^Hc.

diffstat:

 misc/kdepim3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3b8f78738dc9 -r 5bc8fd182584 misc/kdepim3/Makefile
--- a/misc/kdepim3/Makefile     Wed Jun 13 13:44:48 2007 +0000
+++ b/misc/kdepim3/Makefile     Wed Jun 13 13:52:41 2007 +0000
@@ -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 @@
 
 .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
 



Home | Main Index | Thread Index | Old Index