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