diff options
author | glewis <glewis@FreeBSD.org> | 2009-06-07 06:45:51 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-06-07 06:45:51 +0800 |
commit | 859d8f09e9fa2b7329958fcddb4b4dd39b9b9039 (patch) | |
tree | 6b6cc542b508d0535538c3f548d46f51be03fe85 /java/eclipse | |
parent | 97d16c388fdea89eb00f9fef1344598ff366f359 (diff) | |
download | freebsd-ports-graphics-859d8f09e9fa2b7329958fcddb4b4dd39b9b9039.tar.gz freebsd-ports-graphics-859d8f09e9fa2b7329958fcddb4b4dd39b9b9039.tar.zst freebsd-ports-graphics-859d8f09e9fa2b7329958fcddb4b4dd39b9b9039.zip |
. Add a PATCH_DEPENDS on zip as its invoked during post-patch.
Pointed out by: QAT
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 90b35804b51..62bad36db99 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +PATCH_DEPENDS= zip:${PORTSDIR}/archivers/zip + ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes USE_ZIP= yes |