diff options
author | rh <rh> | 2001-04-06 22:19:16 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-06 22:19:16 +0000 |
commit | 35d88d0ff561d9749832ce12e0a5c5a6e3034c4a (patch) | |
tree | 2199f48ed63081fa40e7328d43ee87c1d056ce9a /devel/gal/Makefile | |
parent | d06f812d0e1dee2f356d018cfb84c7acdd45f4c7 (diff) | |
download | pkgsrc-35d88d0ff561d9749832ce12e0a5c5a6e3034c4a.tar.gz |
Update gal to 0.5nb1 fixing up dependencies, mainly to avoid circular
dependencies between gal and gnome-core>=1.4.0
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index f944f290737..e43e3592b80 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2001/03/19 12:57:43 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/06 22:19:16 rh Exp $ # DISTNAME= gal-0.5 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} @@ -10,12 +11,12 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Application Libraries DEPENDS+= libiconv-*:../../converters/libiconv -DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core -DEPENDS+= gnome-print>=0.25:../../print/gnome-print -DEPENDS+= gnome-vfs-*:../../sysutils/gnome-vfs -DEPENDS+= libglade>=0.13:../../devel/libglade +DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs +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.26:../../devel/bonobo +DEPENDS+= bonobo>=0.37:../../devel/bonobo GNU_CONFIGURE= YES USE_LIBTOOL= YES |