aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-12 18:35:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-12 18:35:32 +0000
commit6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae (patch)
tree5d74ee8e111fec1da8c37badd45ff2afb7ecde0f /java
parent55d99fa7d23bb49511a0f4c769142e4dc8a16705 (diff)
downloadports-6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae.tar.gz
ports-6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae.zip
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes: svn path=/head/; revision=456181
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-pydev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile
index f79654361881..917b72e74cef 100644
--- a/java/eclipse-pydev/Makefile
+++ b/java/eclipse-pydev/Makefile
@@ -27,7 +27,7 @@ OPTIONS_DEFINE= JYTHON
PLUGINDIR= share/eclipse/dropins/pydev/eclipse/plugins
PYDEV_BUNDLES_INFO= ${PREFIX}/${PLUGINDIR}/bundles.info
-USES= python zip
+USES= python:2.7 zip
.include <bsd.port.options.mk>