aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-11-09 00:55:45 +0800
committernork <nork@FreeBSD.org>2004-11-09 00:55:45 +0800
commitfb0859d2d9e6f947283fab2841f11d9982396f63 (patch)
tree32803833c04f4a8d871bf54889b991c135f38111 /java
parent64793331b2754533c6e193593786538514950121 (diff)
downloadfreebsd-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/Makefile1
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