diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:49:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:49:17 +0000 |
commit | e6edc638399fbf44014c8972c60a46d5e7449623 (patch) | |
tree | 34c57118f6513a86636ef16c7d54b423def8fd00 | |
parent | 52d6e6c1718be231a66dbd50c335e45fdab697aa (diff) | |
download | pkgsrc-e6edc638399fbf44014c8972c60a46d5e7449623.tar.gz |
Needs pkg-config.
-rw-r--r-- | wm/wmakerconf/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 1fd7a0fb09f..4857e7c7750 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -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 @@ COMMENT= Gtk+ based configuration tool for Window Maker 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 --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 866a36a71af..3ed01e8e8ca 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -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 @@ COMMENT= Perl bindings for GTK+ 2.0 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 |