diff options
author | tron <tron> | 2000-03-13 22:30:35 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-13 22:30:35 +0000 |
commit | 54e8fc99a33e03f2829df474e3f7884fadc816db (patch) | |
tree | b206323451a2c7fa2ab70917a8e28d940327d684 /mail | |
parent | ddfa3a8e109ab13eec74c67e9aea9b401ee60687 (diff) | |
download | pkgsrc-54e8fc99a33e03f2829df474e3f7884fadc816db.tar.gz |
Depend on "gnome-libs" 1.0.56 or newer so that dependence on "glib"
is no longer necessary.
Diffstat (limited to 'mail')
-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 |