From 83ae5a6456130ab0db14cf00d086800d32a8ecda Mon Sep 17 00:00:00 2001 From: timur Date: Mon, 20 Nov 2017 13:39:16 +0000 Subject: Fix too broad Python specification, cut down to 2.7 explicitly. --- devel/talloc/Makefile | 2 +- devel/tevent/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index bf11ada40cd7..d13eac24f94f 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -39,7 +39,7 @@ PLIST_FILES+= include/talloc.h \ .if defined(NO_PYTHON) CONFIGURE_ARGS+= --disable-python .else -USES+= python:2.7+ +USES+= python:2.7 PLIST_FILES+= include/pytalloc.h \ lib/libpytalloc-util.so \ diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index 60855bae8f5d..a08687525742 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -45,7 +45,7 @@ PLIST_FILES+= include/tevent.h \ .if defined(NO_PYTHON) CONFIGURE_ARGS+= --disable-python .else -USES+= python:2.7+ +USES+= python:2.7 PLIST_FILES+= %%PYTHON_SITELIBDIR%%/_tevent.so \ %%PYTHON_SITELIBDIR%%/tevent.py \ -- cgit