diff options
author | rh <rh> | 2001-05-22 16:07:24 +0000 |
---|---|---|
committer | rh <rh> | 2001-05-22 16:07:24 +0000 |
commit | 2c9d0c43c20864764ca0d01ad5647e30393a581e (patch) | |
tree | 2a99b2db80ba16aaeec3dbbce04b2f8c0ade9eee /devel/gal/Makefile | |
parent | a3b44ef5cc7f90094aa65b41e6c6b0cb7228869a (diff) | |
download | pkgsrc-2c9d0c43c20864764ca0d01ad5647e30393a581e.tar.gz |
Update gal to 0.8. Notable changes include:
- Bug fixes.
- Simplify the colour combo/palette/group relationship.
- Add instance code to colour groups.
- README: Added a line about contributed code license and such
here.
- New routines to create an option menu of character sets.
- Remove change signal and add new custom_color_add signal.
- Added e-sorter-array, e-util, e-categories-master-list-*
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index e43e3592b80..2e49d22fce9 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2001/04/06 22:19:16 rh Exp $ +# $NetBSD: Makefile,v 1.12 2001/05/22 16:07:24 rh Exp $ # -DISTNAME= gal-0.5 -PKGNAME= ${DISTNAME}nb1 +DISTNAME= gal-0.8 CATEGORIES= gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} @@ -16,7 +15,7 @@ DEPENDS+= gnome-print>=0.28:../../print/gnome-print DEPENDS+= gnome-vfs>=1.0:../../sysutils/gnome-vfs DEPENDS+= libglade>=0.16:../../devel/libglade DEPENDS+= libunicode>=0.4:../../textproc/libunicode -DEPENDS+= bonobo>=0.37:../../devel/bonobo +DEPENDS+= bonobo>=1.0.4:../../devel/bonobo GNU_CONFIGURE= YES USE_LIBTOOL= YES |