pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28d5f834e0ff
branches:  trunk
changeset: 514409:28d5f834e0ff
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 11 14:49:17 2006 +0000

description:
Needs pkg-config.

diffstat:

 wm/wmakerconf/Makefile |  4 ++--
 x11/p5-gtk2/Makefile   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 16de9d8aca37 -r 28d5f834e0ff wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile    Sun Jun 11 14:48:29 2006 +0000
+++ b/wm/wmakerconf/Makefile    Sun Jun 11 14:49:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/04/17 13:46:51 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2006/06/11 14:49:17 joerg Exp $
 
 DISTNAME=      wmakerconf-2.11
 PKGREVISION=   6
@@ -12,7 +12,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_X11BASE=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gzip tar
+USE_TOOLS+=            gzip tar pkg-config
 
 .if defined(PKG_SYSCONFDIR.windowmaker)
 CONFIGURE_ARGS+=       --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
diff -r 16de9d8aca37 -r 28d5f834e0ff x11/p5-gtk2/Makefile
--- a/x11/p5-gtk2/Makefile      Sun Jun 11 14:48:29 2006 +0000
+++ b/x11/p5-gtk2/Makefile      Sun Jun 11 14:49:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:47:00 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/11 14:50:27 joerg Exp $
 
 DISTNAME=      Gtk2-1.103
 PKGNAME=       p5-gtk2-1.103
@@ -13,7 +13,7 @@
 DEPENDS+=      p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
 DEPENDS+=      p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 PERL5_PACKLIST=        auto/Gtk2/.packlist
 



Home | Main Index | Thread Index | Old Index