diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /mail/evolution | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 35a861b52ea..a240e2300c4 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2006/04/06 06:22:16 reed Exp $ +# $NetBSD: Makefile,v 1.107 2006/04/13 18:23:34 jlam Exp $ DISTNAME= evolution-2.6.0 PKGREVISION= 2 @@ -10,8 +10,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool -BUILD_USES_MSGFMT= YES - PKG_OPTIONS_VAR= PKG_OPTIONS.evolution PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_SUPPORTED_OPTIONS= inet6 krb4 krb5 ssl @@ -28,9 +26,8 @@ PKG_FAIL_REASON+= "Kerberos support conflicts with SSL" GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES REPLACE_PERL+= addressbook/tools/csv2vcard |