diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-10-22 02:27:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-10-22 02:27:38 +0000 |
commit | 11b054b4ece6e1688c186456c6b4b205f46960d3 (patch) | |
tree | 06a53dcc816020817b55d202417777255f90f497 /x11/rep-gtk/Makefile | |
parent | 46c473e51333198009db6996aa6872428b4bb313 (diff) | |
download | pkgsrc-11b054b4ece6e1688c186456c6b4b205f46960d3.tar.gz |
Update to rep-gtk 0.15. Changes are minor.
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r-- | x11/rep-gtk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 54b38b82cda..4f7e6aece08 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:19:02 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/22 02:27:38 mycroft Exp $ # -DISTNAME= rep-gtk-0.14 +DISTNAME= rep-gtk-0.15 CATEGORIES= x11 lang -MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ +MASTER_SITES= http://prdownloads.sourceforge.net/rep-gtk/ MAINTAINER= danw@netbsd.org HOMEPAGE= http://rep-gtk.sourceforge.net/ COMMENT= librep bindings for gtk (used by sawmill) DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= librep>=0.13.1:../../lang/librep +DEPENDS+= librep>=0.15:../../lang/librep DEPENDS+= libglade-[0-9]*:../../devel/libglade DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs DEPENDS+= gdk-pixbuf-gnome>=0.9.0:../../graphics/gdk-pixbuf-gnome |