aboutsummaryrefslogtreecommitdiff
path: root/devel/cx_Freeze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cx_Freeze/Makefile')
-rw-r--r--devel/cx_Freeze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile
index 0672d5e3cb80..903e205fa060 100644
--- a/devel/cx_Freeze/Makefile
+++ b/devel/cx_Freeze/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= araujo@FreeBSD.org
COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts
USE_GCC= yes
-USES= python
+USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>