diff options
author | snj <snj@pkgsrc.org> | 2004-04-30 03:35:07 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-30 03:35:07 +0000 |
commit | c9c75b9a24939e8c5ef3c4840cf759a6dcd0129e (patch) | |
tree | 70b613c623e5d1ab6e44156c6783112a1b8049df /graphics/p5-Gdk-Pixbuf | |
parent | a9bc808fafd6cd34efca9460f103688e3371004f (diff) | |
download | pkgsrc-c9c75b9a24939e8c5ef3c4840cf759a6dcd0129e.tar.gz |
Fix build after p5-gtk was converted to buildlink3 (hi xtraeme!).
Diffstat (limited to 'graphics/p5-Gdk-Pixbuf')
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile index d0e6c3a3872..eac57642c6a 100644 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:42 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/30 03:35:07 snj Exp $ # .include "../../x11/p5-gtk/Makefile.common" @@ -14,5 +14,5 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/Gdk/Pixbuf/.packlist SUBPACKAGE= GdkPixbuf -.include "../../www/gtkhtml/buildlink2.mk" +.include "../../www/gtkhtml/buildlink3.mk" .include "../../x11/p5-gtk/Makefile.subpackage" |