diff options
author | wiz <wiz> | 2000-12-15 19:26:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 19:26:01 +0000 |
commit | a2b780288192898a008feeaff2db708e03be8a57 (patch) | |
tree | 350fc4dcaa30629b00b2ebeaff05221796ac66b1 /x11/rep-gtk | |
parent | 6ae7ec932c2dd354020b6df019cec419cf152ae0 (diff) | |
download | pkgsrc-a2b780288192898a008feeaff2db708e03be8a57.tar.gz |
This seems to require gdk-pixbuf-gnome instead of gdk-pixbuf.
Diffstat (limited to 'x11/rep-gtk')
-rw-r--r-- | x11/rep-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index a907a98d52d..48ca8a527ee 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/11/17 14:38:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/12/15 19:26:01 wiz Exp $ # DISTNAME= rep-gtk-0.14 @@ -12,7 +12,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= librep>=0.13.1:../../lang/librep DEPENDS+= libglade-*:../../devel/libglade DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= gdk-pixbuf>=0.2.5:../../graphics/gdk-pixbuf +DEPENDS+= gdk-pixbuf-gnome>=0.9.0:../../graphics/gdk-pixbuf-gnome USE_X11= # defined USE_GMAKE= # defined |