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
This commit is contained in:
Palle Girgensohn 2006-11-07 15:56:04 +00:00
parent 40d889badc
commit b9cc99f2b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176715

View file

@ -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>