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 /x11/p5-gtk2/Makefile | |
parent | 52d6e6c1718be231a66dbd50c335e45fdab697aa (diff) | |
download | pkgsrc-e6edc638399fbf44014c8972c60a46d5e7449623.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 |