diff options
author | nork <nork@FreeBSD.org> | 2004-11-08 16:55:45 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-11-08 16:55:45 +0000 |
commit | fb0859d2d9e6f947283fab2841f11d9982396f63 (patch) | |
tree | 32803833c04f4a8d871bf54889b991c135f38111 /java | |
parent | 64793331b2754533c6e193593786538514950121 (diff) | |
download | FreeBSD-ports-fb0859d2d9e6f947283fab2841f11d9982396f63.zip FreeBSD-ports-fb0859d2d9e6f947283fab2841f11d9982396f63.tar.gz |
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 e4df44f..42c9ba2 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 |