diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-05-22 10:35:20 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-05-22 10:35:20 +0000 |
commit | dcdcd9e97f2b68a6cf5acaa199ff0fad0b89e0f3 (patch) | |
tree | 230b1dda6afc28ea8667c9c42c08892acf38e024 /java | |
parent | 373d55e34636ded76f7f1e6e1a0573344042dc71 (diff) | |
download | FreeBSD-ports-dcdcd9e97f2b68a6cf5acaa199ff0fad0b89e0f3.zip FreeBSD-ports-dcdcd9e97f2b68a6cf5acaa199ff0fad0b89e0f3.tar.gz |
Unbreak: unzip is needed to install this port.
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index bde3416..df432eb 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= eclipse MAINTAINER= java@FreeBSD.ORG COMMENT= An open extensible IDE for anything and nothing in particular -BROKEN= "Broken pkg-plist" - LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ - pkg-config:${PORTSDIR}/devel/pkgconfig + pkg-config:${PORTSDIR}/devel/pkgconfig \ + unzip:${PORTSDIR}/archivers/unzip ONLY_FOR_ARCHS= i386 USE_ZIP= yes |