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 | bf2e162602256d4a33607455693bdc15a0c34d20 (patch) | |
tree | 34c57118f6513a86636ef16c7d54b423def8fd00 /x11/p5-gtk2/Makefile | |
parent | da144e346171a708219d3ceaaf63255e3e47368f (diff) | |
download | pkgsrc-bf2e162602256d4a33607455693bdc15a0c34d20.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/p5-gtk2/Makefile')
-rw-r--r-- | x11/p5-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |