pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: gmake is not required to build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7efc14072386
branches:  trunk
changeset: 770554:7efc14072386
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Dec 02 16:16:17 2021 +0000

description:
gnupg2: gmake is not required to build as of 2.2.33

diffstat:

 security/gnupg2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e28708fdbc05 -r 7efc14072386 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Thu Dec 02 12:35:18 2021 +0000
+++ b/security/gnupg2/Makefile  Thu Dec 02 16:16:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2021/11/25 14:42:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.128 2021/12/02 16:16:17 ryoon Exp $
 
 DISTNAME=      gnupg-2.2.33
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -19,7 +19,7 @@
 
 BUILD_DEFS+=           VARBASE
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config makeinfo
+USE_TOOLS+=            pkg-config makeinfo
 USE_LIBTOOL=           yes
 INFO_FILES=            yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index