aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-cdt
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2006-11-07 15:56:04 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2006-11-07 15:56:04 +0000
commitb9cc99f2b35a43c93099e07486f7d3fbe9a06f9f (patch)
treeb23f354d7e2e9c296ab861567d76670ec403632d /java/eclipse-cdt
parent40d889badc4f18cb02157a73fc50c48fce95991e (diff)
downloadports-b9cc99f2b35a43c93099e07486f7d3fbe9a06f9f.tar.gz
ports-b9cc99f2b35a43c93099e07486f7d3fbe9a06f9f.zip
Don't use USE_ZIP, since the distro is a tarball, but instead depend on
unzip, since we need it for the pre-patch script
Notes
Notes: svn path=/head/; revision=176715
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r--java/eclipse-cdt/Makefile2
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>