diff options
author | leot <leot@pkgsrc.org> | 2021-02-25 19:51:29 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-02-25 19:51:29 +0000 |
commit | 05657e4b3891c600462ac1688c1b312f19e46f2e (patch) | |
tree | 1ca9b4750560afcce70feef3d54ce54bbcc48c35 /emulators | |
parent | 8245fdbdca127220daba8a68c5442e0d339880a3 (diff) | |
download | pkgsrc-05657e4b3891c600462ac1688c1b312f19e46f2e.tar.gz |
unicorn: Remove commented out Python requirements
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/unicorn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 6786de29a9f..3dde455330f 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2021/02/25 19:47:50 leot Exp $ +# $NetBSD: Makefile,v 1.16 2021/02/25 19:51:29 leot Exp $ .include "Makefile.common" @@ -8,8 +8,6 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -#PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.1 - .include "../../lang/python/application.mk" MAKE_ENV+= UNICORN_QEMU_FLAGS=--python=${PYTHONBIN:Q} |