diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 00:46:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 00:46:08 +0000 |
commit | d33fab416d1e9e165f2ac16df4e077dfcfbd5d6f (patch) | |
tree | 2bea9506777f3ab9dc4d567ebf7765bf3d9188e2 /x11/rep-gtk | |
parent | 887a148fc195ea33cfbac05b8c63ef681159370e (diff) | |
download | pkgsrc-d33fab416d1e9e165f2ac16df4e077dfcfbd5d6f.tar.gz |
Dependency on gdk-pixbuf-gnome>=0.11.0nb1 should be enough, since there
is no 0.11.0nb4 yet.
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 360a54bfde1..03bbdadaa31 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/03/13 17:38:03 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/14 00:46:08 wiz Exp $ # DISTNAME= rep-gtk-0.15 @@ -14,7 +14,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= librep>=0.15:../../lang/librep DEPENDS+= libglade-0.17nb1:../../devel/libglade DEPENDS+= gnome-libs>=1.4.1.2nb1:../gnome-libs -DEPENDS+= gdk-pixbuf-gnome>=0.11.0nb4:../../graphics/gdk-pixbuf-gnome +DEPENDS+= gdk-pixbuf-gnome>=0.11.0nb1:../../graphics/gdk-pixbuf-gnome USE_X11= # defined USE_GMAKE= # defined |