diff options
author | nia <nia@pkgsrc.org> | 2021-03-12 14:48:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-03-12 14:48:12 +0000 |
commit | ddb6b6b7540aaa6ec81360d2ad8ec6d6086a4663 (patch) | |
tree | 5b955e093d2b1053284001a087984590f73bbf38 /emulators | |
parent | b73304c5f89ba318f5fb106cf01a9fbdaa55c3c1 (diff) | |
download | pkgsrc-ddb6b6b7540aaa6ec81360d2ad8ec6d6086a4663.tar.gz |
py-keystone: needs cmake.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/py-keystone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/py-keystone/Makefile b/emulators/py-keystone/Makefile index 0dbc4d8b1fb..bd800acc85f 100644 --- a/emulators/py-keystone/Makefile +++ b/emulators/py-keystone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/02/10 10:35:13 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/03/12 14:48:12 nia Exp $ .include "../../emulators/keystone/Makefile.common" @@ -13,6 +13,8 @@ PYSETUPSUBDIR= bindings/python EGG_NAME= keystone_engine-${PKGVERSION_NOREV} +TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake + .include "../../emulators/keystone/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |