diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-13 02:35:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-13 02:35:32 +0800 |
commit | bfa06a5cb1bdfb2b815794e32e621e142678b998 (patch) | |
tree | 5d74ee8e111fec1da8c37badd45ff2afb7ecde0f /java | |
parent | 6d35541802913da55ea19c8d1a0219661a59f9d9 (diff) | |
download | freebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.tar.gz freebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.tar.zst freebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-pydev/Makefile | 2 |
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> |