pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/mbedtls mbedtls: doesn't need gmake
details: https://anonhg.NetBSD.org/pkgsrc/rev/dba8f0ad0b1c
branches: trunk
changeset: 413717:dba8f0ad0b1c
user: nia <nia%pkgsrc.org@localhost>
date: Sun Mar 22 07:47:00 2020 +0000
description:
mbedtls: doesn't need gmake
diffstat:
security/mbedtls/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0f8e27d3b524 -r dba8f0ad0b1c security/mbedtls/Makefile
--- a/security/mbedtls/Makefile Sun Mar 22 07:34:03 2020 +0000
+++ b/security/mbedtls/Makefile Sun Mar 22 07:47:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/02/29 11:45:02 nia Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/22 07:47:00 nia Exp $
DISTNAME= mbedtls-2.16.5-apache
PKGNAME= ${DISTNAME:-apache=}
@@ -17,7 +17,7 @@
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_CMAKE= yes
USE_LANGUAGES= c99
-USE_TOOLS+= gmake perl pkg-config
+USE_TOOLS+= perl pkg-config
GCC_REQD+= 4.4
REPLACE_PERL= tests/scripts/*.pl
Home |
Main Index |
Thread Index |
Old Index