diff options
author | rh <rh@pkgsrc.org> | 2000-11-25 14:11:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-25 14:11:11 +0000 |
commit | df9e49cff636a57054a4c584729ee99341c9a79b (patch) | |
tree | 02387b14144cb2cf843bff5acf6a6f9f731a4ae5 /devel/gal/Makefile | |
parent | 58445250979e27f2bd31365374db19258639fe92 (diff) | |
download | pkgsrc-df9e49cff636a57054a4c584729ee99341c9a79b.tar.gz |
Update gal to 0.2.2. Includes several new widgets and bugfixes.
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index ca3fae32338..f8b23151b31 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/11/06 18:15:33 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/25 14:11:11 rh Exp $ # -DISTNAME= gal-0.2.1 +DISTNAME= gal-0.2.2 CATEGORIES= gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} @@ -9,7 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core -DEPENDS+= gnome-print>=0.24:../../print/gnome-print +DEPENDS+= gnome-print>=0.25:../../print/gnome-print +DEPENDS+= gnome-vfs-*:../../sysutils/gnome-vfs DEPENDS+= libglade>=0.14:../../devel/libglade GNU_CONFIGURE= YES |