summaryrefslogtreecommitdiff
path: root/java/openjdk8
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-04-19 19:08:40 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-04-19 19:08:40 +0000
commit61e975f75ef21d8fffabbe1dba6487c8e865d848 (patch)
tree65abac6ed401b2348f76c660fdbe33c09591f16b /java/openjdk8
parentnet-im/uTox: Fix push to talk (diff)
Add back the dependency on zip.
Reported by: Charlie Li <ml+freebsd@vishwin.info>
Notes
Notes: svn path=/head/; revision=499386
Diffstat (limited to 'java/openjdk8')
-rw-r--r--java/openjdk8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index f3d593ae3d1c..61d67918f9f5 100644
--- a/java/openjdk8/Makefile
+++ b/java/openjdk8/Makefile
@@ -14,7 +14,8 @@ COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION}
LICENSE= GPLv2
-BUILD_DEPENDS= autoconf>0:devel/autoconf \
+BUILD_DEPENDS= zip:archivers/zip \
+ autoconf>0:devel/autoconf \
${LOCALBASE}/include/cups/cups.h:print/cups \
bash:shells/bash
LIB_DEPENDS= libfreetype.so:print/freetype2 \