pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/py-keystone



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 22 18:00:00 UTC 2025

Modified Files:
        pkgsrc/emulators/py-keystone: Makefile

Log Message:
py-keystone: uses GNU make-specific 'ifdef', add gmake to tools


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/py-keystone/Makefile

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

Modified files:

Index: pkgsrc/emulators/py-keystone/Makefile
diff -u pkgsrc/emulators/py-keystone/Makefile:1.6 pkgsrc/emulators/py-keystone/Makefile:1.7
--- pkgsrc/emulators/py-keystone/Makefile:1.6   Tue Jan  4 20:53:51 2022
+++ pkgsrc/emulators/py-keystone/Makefile       Fri Aug 22 18:00:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/22 18:00:00 wiz Exp $
 
 PKGREVISION= 1
 .include "../../emulators/keystone/Makefile.common"
@@ -16,6 +16,8 @@ EGG_NAME=     keystone_engine-${PKGVERSION_N
 
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 
+USE_TOOLS+=    gmake
+
 .include "../../emulators/keystone/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index