diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
commit | aa7a6c429ea62d972467d6755fa7a6f52256b452 (patch) | |
tree | 3c451883d3bd4d2ffe401b2b6aee58825505d145 /emulators/py-unicorn | |
parent | c3b3e6a10d663bc2672cdd4bf46943046d03ecba (diff) |
Notes
Diffstat (limited to 'emulators/py-unicorn')
-rw-r--r-- | emulators/py-unicorn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/py-unicorn/Makefile b/emulators/py-unicorn/Makefile index 415551a003ea..91d768835ba0 100644 --- a/emulators/py-unicorn/Makefile +++ b/emulators/py-unicorn/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libunicorn.so:emulators/unicorn USE_GITHUB= yes GH_ACCOUNT= unicorn-engine -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist WRKSRC_SUBDIR= bindings/python |