Add back the dependency on zip.

Reported by:	Charlie Li <ml+freebsd@vishwin.info>
This commit is contained in:
Greg Lewis 2019-04-19 19:08:40 +00:00
parent b45626d7bd
commit 61e975f75e

View file

@ -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 \