diff options
Diffstat (limited to 'java/eclipse-pydev/Makefile')
-rw-r--r-- | java/eclipse-pydev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 05a45da79c38..5e65e15299cb 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -21,6 +21,8 @@ NO_WRKSUBDIR= yes OPTIONS_DEFINE= JYTHON JYTHON_DESC= Use Jython as Python interpreter +USES= zip + NO_STAGE= yes .include <bsd.port.options.mk> @@ -29,7 +31,6 @@ RUN_DEPENDS+= jython:${PORTSDIR}/lang/jython .endif USE_PYTHON= yes -USE_ZIP= yes DISTDATE= 2013072611 |