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 | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /security/gnupg/Makefile | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index b120ab0d405..2b49e66509b 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2006/04/07 15:28:49 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gnupg-1.4.3 CATEGORIES= security @@ -16,14 +16,12 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnupg.org/ COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures -BUILD_USES_MSGFMT= yes - PKG_INSTALLATION_TYPES= overwrite pkgviews CRYPTO= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail TEST_TARGET= check |