diff options
author | tron <tron@pkgsrc.org> | 2000-03-13 22:30:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-13 22:30:35 +0000 |
commit | 8dc63a87bb3cbde8d0326546b5c5ce8d36a48f7a (patch) | |
tree | b206323451a2c7fa2ab70917a8e28d940327d684 /mail/spruce | |
parent | aaa7b218c871404bef3cc0accd5fca3d84253d74 (diff) | |
download | pkgsrc-8dc63a87bb3cbde8d0326546b5c5ce8d36a48f7a.tar.gz |
Depend on "gnome-libs" 1.0.56 or newer so that dependence on "glib"
is no longer necessary.
Diffstat (limited to 'mail/spruce')
-rw-r--r-- | mail/spruce/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 16c67c8ee0a..295fc8bfd71 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/03/13 16:25:58 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/13 22:30:35 tron Exp $ # DISTNAME= spruce-0.5.17 @@ -8,8 +8,7 @@ MASTER_SITES= http://www.xtorshun.org/spruce/ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.xtorshun.org/spruce/main.html -DEPENDS+= glib>=1.2.7:../../devel/glib -DEPENDS+= gnome-libs>=1.0.55:../../x11/gnome-libs +DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs USE_X11= yes GNU_CONFIGURE= yes |