diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 00:06:08 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 00:06:08 +0000 |
commit | a0eee6a109c72efb0533ca75b529e4d4ed5541e1 (patch) | |
tree | cb9ef9611fa556d38ef09207d23e89a483683bd5 /mail/spruce | |
parent | edf4f26c5cebddfaf9bde859c46b7371aa649687 (diff) | |
download | pkgsrc-a0eee6a109c72efb0533ca75b529e4d4ed5541e1.tar.gz |
Include buildlink.mk file for x11/gnome-libs instead of DEPENDS.
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 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" |