diff options
author | joerg <joerg> | 2006-06-11 14:49:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-11 14:49:17 +0000 |
commit | db9bb254197ee3d85a4443f8468054d8da4555f6 (patch) | |
tree | 34c57118f6513a86636ef16c7d54b423def8fd00 /x11 | |
parent | 28290d6972f3021d3f39ee73fbd36f9f7a414ee4 (diff) | |
download | pkgsrc-db9bb254197ee3d85a4443f8468054d8da4555f6.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11')
-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 |