diff options
author | snj <snj> | 2004-04-18 05:44:18 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 05:44:18 +0000 |
commit | f6f4ecf03b582b34f67128da73b724569b397a5f (patch) | |
tree | e8b7a18d5f7a67529650f71484a774212247fbc5 /mail/spruce | |
parent | fe38b76c9f36a846242150816355e8912e5b5f09 (diff) | |
download | pkgsrc-f6f4ecf03b582b34f67128da73b724569b397a5f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail/spruce')
-rw-r--r-- | mail/spruce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index fc42cc0a8c7..915f8b66254 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/24 13:55:30 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/18 05:44:18 snj Exp $ # DISTNAME= spruce-0.5.17 @@ -13,8 +13,8 @@ COMMENT= MIME-aware, GNOME-based email program USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |