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/balsa2 | |
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/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 71313e6190c..62cc6453123 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/04/06 06:22:15 reed Exp $ +# $NetBSD: Makefile,v 1.55 2006/04/13 18:23:34 jlam Exp $ DISTNAME= balsa-2.3.10 PKGREVISION= 3 @@ -11,13 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://balsa.gnome.org/ COMMENT= GNOME2 EMail client -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config CONFIGURE_ARGS+= --disable-more-warnings |