diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 19:26:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 19:26:01 +0000 |
commit | e7d6fd6c0898b6faaeff7b843809456582c9f470 (patch) | |
tree | 350fc4dcaa30629b00b2ebeaff05221796ac66b1 /x11/rep-gtk/Makefile | |
parent | 53262f929d03abb97b9cd34443716bcb5bbb648a (diff) | |
download | pkgsrc-e7d6fd6c0898b6faaeff7b843809456582c9f470.tar.gz |
This seems to require gdk-pixbuf-gnome instead of gdk-pixbuf.
Diffstat (limited to 'x11/rep-gtk/Makefile')
-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 |