diff options
author | danw <danw@pkgsrc.org> | 2000-07-01 03:40:18 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-07-01 03:40:18 +0000 |
commit | b901e67c8a5c20aed42b60aa6e20542f18ba273e (patch) | |
tree | 669ee778518d308478b2ae201cffe437516df5d3 /x11/rep-gtk/Makefile | |
parent | 1648179fc71f5401fb5161b2a64eb9b8c871d7e5 (diff) | |
download | pkgsrc-b901e67c8a5c20aed42b60aa6e20542f18ba273e.tar.gz |
Update to rep-gtk-0.11
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r-- | x11/rep-gtk/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 0f499e79fdb..ceeef8fede8 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/17 14:56:28 mellon Exp $ +# $NetBSD: Makefile,v 1.2 2000/07/01 03:40:18 danw Exp $ # -DISTNAME= rep-gtk-0.7 -CATEGORIES= x11 devel -MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ +DISTNAME= rep-gtk-0.11 +CATEGORIES= x11 lang +MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ -MAINTAINER= mellon@isc.org +MAINTAINER= danw@netbsd.org HOMEPAGE= http://rep-gtk.sourceforge.net/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= librep-*:../../devel/librep -DEPENDS+= imlib-*:../../graphics/imlib +DEPENDS+= librep>=0.11:../../lang/librep +DEPENDS+= libglade-*:../../devel/libglade +DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= gettext-*:../../devel/gettext USE_X11= yes GNU_CONFIGURE= yes |