diff options
| author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-08 16:55:45 +0000 |
|---|---|---|
| committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-08 16:55:45 +0000 |
| commit | 46b1396666f84918ec826453545ba487d765e7d5 (patch) | |
| tree | 45f23c66c2a746a9e69a75760d52346421a0a6a3 /java | |
| parent | - Unbreak on 5.x (diff) | |
Fix install error on pointyhat.
This was found implicitly dependency on unzip by
pointyhat. In almost environment, this is not a
problem and isn't regist installed package
database. So I don't bump PORTREVISION.
Pointed out by: pointyhat via kris
Diffstat (limited to 'java')
| -rw-r--r-- | java/eclipse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index e4df44fb6e1b..42c9ba241b4a 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -19,6 +19,7 @@ COMMENT= An open extensible IDE for anything and nothing in particular BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS+= ${EXTRACT_DEPENDS} ONLY_FOR_ARCHS= i386 USE_GMAKE= yes |
