From 7c8ea4e82987bc34c0f20aebef2acb01d23ccecc Mon Sep 17 00:00:00 2001 From: girgen Date: Tue, 7 Nov 2006 15:56:04 +0000 Subject: 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 --- java/eclipse-cdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index b204e47..2eef4b0 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 -- cgit v1.1