diff options
author | nork <nork@FreeBSD.org> | 2004-11-09 00:55:45 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-11-09 00:55:45 +0800 |
commit | fb0859d2d9e6f947283fab2841f11d9982396f63 (patch) | |
tree | 32803833c04f4a8d871bf54889b991c135f38111 /java | |
parent | 64793331b2754533c6e193593786538514950121 (diff) | |
download | freebsd-ports-gnome-fb0859d2d9e6f947283fab2841f11d9982396f63.tar.gz freebsd-ports-gnome-fb0859d2d9e6f947283fab2841f11d9982396f63.tar.zst freebsd-ports-gnome-fb0859d2d9e6f947283fab2841f11d9982396f63.zip |
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 |