pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyvex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 16 19:28:17 UTC 2023

Modified Files:
        pkgsrc/devel/py-pyvex: Makefile

Log Message:
py-pyvex: needs gmake to build


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pyvex/Makefile

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

Modified files:

Index: pkgsrc/devel/py-pyvex/Makefile
diff -u pkgsrc/devel/py-pyvex/Makefile:1.10 pkgsrc/devel/py-pyvex/Makefile:1.11
--- pkgsrc/devel/py-pyvex/Makefile:1.10 Thu May 11 07:16:04 2023
+++ pkgsrc/devel/py-pyvex/Makefile      Tue May 16 19:28:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/05/11 07:16:04 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/16 19:28:17 wiz Exp $
 
 .include "../../devel/py-angr/version.mk"
 
@@ -20,6 +20,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-angr>=${AN
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+USE_TOOLS+=    gmake
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
 post-install:



Home | Main Index | Thread Index | Old Index