diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-cdt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index b204e47bb4a9..2eef4b064c58 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -18,13 +18,13 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= C/C++ IDE for Eclipse RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse +PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_OS= native USE_GMAKE= yes -USE_ZIP= yes PORTVERSION_TS= ${PORTVERSION}.200609270800 .include <bsd.port.pre.mk> |