diff options
Diffstat (limited to 'devel/py-python-dtrace/Makefile')
-rw-r--r-- | devel/py-python-dtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-python-dtrace/Makefile b/devel/py-python-dtrace/Makefile index f11e91801327..50fba972d058 100644 --- a/devel/py-python-dtrace/Makefile +++ b/devel/py-python-dtrace/Makefile @@ -12,7 +12,7 @@ COMMENT= DTrace consumer for Python based on libdtrace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python zip +USES= python:3.6+ zip USE_PYTHON= autoplist distutils cython cython_run .if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/dtrace.h) |