diff options
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 579d814ddd4..d807d04f205 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/12/01 15:38:00 salo Exp $ +# $NetBSD: Makefile,v 1.14 2002/12/08 00:06:08 salo Exp $ # DISTNAME= spruce-0.5.17 @@ -10,12 +10,11 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://spruce.sourceforge.net/ COMMENT= MIME-aware, GNOME-based email program -DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs - USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |