diff options
author | danw <danw@pkgsrc.org> | 2000-08-07 15:51:37 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-08-07 15:51:37 +0000 |
commit | 0398449e907d359187ea35767abd2afee978ea82 (patch) | |
tree | 6602ae361d6b2463e7d17d327f21f86f820ba4d2 /x11/rep-gtk/Makefile | |
parent | 569e607093304b094c052f38b5f0b44a87838faf (diff) | |
download | pkgsrc-0398449e907d359187ea35767abd2afee978ea82.tar.gz |
Update to rep-gtk-0.13a. (Minor bugfixes). Also make the package depend
on graphics/gdk-pixbuf as well since it will build bindings for that if you
have it installed. Based on patches from Jerry Alexandratos
<alexandr@eecis.udel.edu>.
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r-- | x11/rep-gtk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 7c477d56a15..24b78b1cbc9 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/07/31 04:14:11 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/07 15:51:37 danw Exp $ # -DISTNAME= rep-gtk-0.11 +DISTNAME= rep-gtk-0.13a CATEGORIES= x11 lang MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ @@ -9,10 +9,11 @@ MAINTAINER= danw@netbsd.org HOMEPAGE= http://rep-gtk.sourceforge.net/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= librep>=0.11:../../lang/librep +DEPENDS+= librep>=0.12:../../lang/librep DEPENDS+= libglade-*:../../devel/libglade DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +DEPENDS+= gdk-pixbuf-*:../../graphics/gdk-pixbuf USE_X11= yes GNU_CONFIGURE= yes |