aboutsummaryrefslogtreecommitdiff
path: root/www/clearsilver
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
commit577d26ee9ae125dabc5d934c3c870faf88b4d6d9 (patch)
tree437ea2ab71b53041f6f4c748512cf722da16ecc4 /www/clearsilver
parentf011db018a23adcd987be665c35f40656cab9c7d (diff)
downloadports-577d26ee9ae125dabc5d934c3c870faf88b4d6d9.tar.gz
ports-577d26ee9ae125dabc5d934c3c870faf88b4d6d9.zip
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes: svn path=/head/; revision=456068
Diffstat (limited to 'www/clearsilver')
-rw-r--r--www/clearsilver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index f54ca91f3e8c..37f0872ce8d3 100644
--- a/www/clearsilver/Makefile
+++ b/www/clearsilver/Makefile
@@ -17,7 +17,7 @@ CONFIGURE_ARGS= --disable-apache --disable-perl --disable-ruby \
.if defined(WITH_PYTHON)
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD}
-USES+= python
+USES+= python:2.7
PLIST_SUB+= PYTHON=""
PKGNAMESUFFIX= -python
.else