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/skey | |
parent | 7020391cd2f53624649a52c8d760833f712a39c9 (diff) | |
download | pkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/skey')
-rw-r--r-- | security/skey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index 17b334abaa9..dd4f0292b65 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/09/22 00:56:48 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $ # DISTNAME= skey-1.1.5 @@ -14,7 +14,7 @@ NOT_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* # in base system USE_PERL5= build USE_BUIDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |