diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-04-19 19:08:40 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-04-19 19:08:40 +0000 |
commit | 61e975f75ef21d8fffabbe1dba6487c8e865d848 (patch) | |
tree | 65abac6ed401b2348f76c660fdbe33c09591f16b /java/openjdk8/Makefile | |
parent | b45626d7bd931fb3c39bda9949b8cb05696e8459 (diff) |
Notes
Diffstat (limited to 'java/openjdk8/Makefile')
-rw-r--r-- | java/openjdk8/Makefile | 3 |
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 \ |