diff options
author | girgen <girgen@FreeBSD.org> | 2006-11-07 15:56:04 +0000 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2006-11-07 15:56:04 +0000 |
commit | 7c8ea4e82987bc34c0f20aebef2acb01d23ccecc (patch) | |
tree | 441c522da6f3670f01a8004eea78835ec8b909bd /java | |
parent | e70667cc7df46c3b52de06c99ac31973d8492e3a (diff) | |
download | FreeBSD-ports-7c8ea4e82987bc34c0f20aebef2acb01d23ccecc.zip FreeBSD-ports-7c8ea4e82987bc34c0f20aebef2acb01d23ccecc.tar.gz |
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
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 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 <bsd.port.pre.mk> |