svn commit: r499386 - head/java/openjdk8

Greg Lewis glewis at FreeBSD.org
Fri Apr 19 19:08:41 UTC 2019


Author: glewis
Date: Fri Apr 19 19:08:40 2019
New Revision: 499386
URL: https://svnweb.freebsd.org/changeset/ports/499386

Log:
  Add back the dependency on zip.
  
  Reported by:	Charlie Li <ml+freebsd at vishwin.info>

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Fri Apr 19 19:08:01 2019	(r499385)
+++ head/java/openjdk8/Makefile	Fri Apr 19 19:08:40 2019	(r499386)
@@ -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 \


More information about the svn-ports-all mailing list