summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 15:00:22 +0000
committergrant <grant@pkgsrc.org>2004-01-24 15:00:22 +0000
commita07396feb813613ed3de6ca9d20986ad3ad84f80 (patch)
treed662dd8ce5a8cf020938b0ecee369104077db642
parent7020391cd2f53624649a52c8d760833f712a39c9 (diff)
downloadpkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
-rw-r--r--security/PAM/Makefile4
-rw-r--r--security/cyrus-sasl/Makefile.common4
-rw-r--r--security/dropbear/Makefile4
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/kssh/Makefile4
-rw-r--r--security/otpcalc/Makefile4
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/skey/Makefile4
-rw-r--r--security/ssldump/Makefile4
-rw-r--r--security/zebedee/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index 63e9be71a97..2ac834605fa 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/12 04:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= Linux-PAM-0.77
@@ -18,7 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_DB185= yes
GNU_CONFIGURE= yes
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common
index 7e851a16871..870e8e53665 100644
--- a/security/cyrus-sasl/Makefile.common
+++ b/security/cyrus-sasl/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:52:52 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/01/24 15:00:22 grant Exp $
#
# This Makefile fragment should be included _below_ and SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
@@ -21,7 +21,7 @@ DEPENDS+= cyrus-sasl>=1.5.27:../../security/cyrus-sasl
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index a9986eeb29c..bb04190ca0b 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 15:00:22 grant Exp $
DISTNAME= dropbear-0.38
CATEGORIES= security
@@ -10,7 +10,7 @@ HOMEPAGE= http://matt.ucc.asn.au/dropbear/dropbear.html
COMMENT= SSH2 server, aimed at embedded market
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFLAGS+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
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
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index 7a8384ff231..bb222c4110c 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= kssh-0.7
@@ -12,7 +12,7 @@ COMMENT= KDE Front-end to SSH
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../net/kdenetwork3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile
index e334193b3ee..7a6975054ca 100644
--- a/security/otpcalc/Makefile
+++ b/security/otpcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/13 13:53:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= otpCalc-0.96
@@ -11,7 +11,7 @@ HOMEPAGE= http://original.killa.net/infosec/otpCalc/
COMMENT= OTP and S/Key calculator for X
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
ALL_TARGET= otpCalc otpCalc.1
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 41b12c85653..1a2730e7223 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/24 15:00:22 grant Exp $
DISTNAME= seahorse-0.7.3
PKGREVISION= 8
@@ -14,7 +14,7 @@ DEPENDS+= gnupg>=1.2.1:../../security/gnupg
DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
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}
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile
index 7a7b7d7f2dd..18fef91d844 100644
--- a/security/ssldump/Makefile
+++ b/security/ssldump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= ssldump-0.9b3
@@ -12,7 +12,7 @@ COMMENT= SLv3/TLS network protocol analyzer
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+=--with-pcap-inc=${BUILDLINK_PREFIX.libpcap}/include \
--with-pcap-lib=${BUILDLINK_PREFIX.libpcap}/lib \
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index fcb61b974bd..f681c201f1f 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:00:22 grant Exp $
#
DISTNAME= zebedee-2.3.1
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.winton.org.uk/zebedee/
COMMENT= Simple tunneling program for TCP or UDP with encryption
USE_PERL5= build
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= # defined
MAKE_ENV+= PERL5=${PERL5}