diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
commit | a07396feb813613ed3de6ca9d20986ad3ad84f80 (patch) | |
tree | d662dd8ce5a8cf020938b0ecee369104077db642 /security/gnupg/Makefile | |
parent | 7020391cd2f53624649a52c8d760833f712a39c9 (diff) | |
download | pkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f1e1b41b1a5..f7e77654af2 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2003/12/25 14:05:02 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2004/01/24 15:00:22 grant Exp $ DISTNAME= gnupg-1.2.4 CATEGORIES= security @@ -20,7 +20,7 @@ CRYPTO= yes GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --enable-tiger --with-static-rnd=auto TEST_TARGET= check |