summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/keystone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/keystone/Makefile b/emulators/keystone/Makefile
index 8e40691eb86..d5f5205df5b 100644
--- a/emulators/keystone/Makefile
+++ b/emulators/keystone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/14 06:59:43 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/18 14:45:43 kamil Exp $
.include "Makefile.common"
@@ -14,4 +14,5 @@ LICENSE= gnu-gpl-v2
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all
+.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"