diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 15:18:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 15:18:33 +0000 |
commit | 1173c1013bd73f02a18727b58f4b5408f9fcdf5a (patch) | |
tree | 72a64b80894e99c30e1208b14da6cf41a47e0b89 /security/gnupg2 | |
parent | 4f0e50c965e56c946ceec8c1b1b12172e0337115 (diff) | |
download | pkgsrc-1173c1013bd73f02a18727b58f4b5408f9fcdf5a.tar.gz |
Needs gettext as tool.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 24cc244af2a..7f7d99ad920 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/11/27 20:38:46 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/12/06 15:18:33 joerg Exp $ # DISTNAME= gnupg-2.0.0 @@ -24,6 +24,7 @@ INFO_FILES= yes USE_TOOLS+= gmake USE_TOOLS+= autoconf USE_TOOLS+= automake +USE_TOOLS+= gettext USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |