pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mbedtls



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 07:47:00 UTC 2020

Modified Files:
        pkgsrc/security/mbedtls: Makefile

Log Message:
mbedtls: doesn't need gmake


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/mbedtls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/mbedtls/Makefile
diff -u pkgsrc/security/mbedtls/Makefile:1.12 pkgsrc/security/mbedtls/Makefile:1.13
--- pkgsrc/security/mbedtls/Makefile:1.12       Sat Feb 29 11:45:02 2020
+++ pkgsrc/security/mbedtls/Makefile    Sun Mar 22 07:47:00 2020
@@ -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 @@ SUPERSEDES+=  polarssl-[0-9]*
 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