svn commit: r350044 - head/java/openjdk8
Jung-uk Kim
jkim at FreeBSD.org
Thu Apr 3 20:54:08 UTC 2014
Author: jkim
Date: Thu Apr 3 20:54:07 2014
New Revision: 350044
URL: http://svnweb.freebsd.org/changeset/ports/350044
QAT: https://qat.redports.org/buildarchive/r350044/
Log:
Fix build on 8.3. We still have to support it for few more weeks.
Modified:
head/java/openjdk8/Makefile
Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile Thu Apr 3 19:36:47 2014 (r350043)
+++ head/java/openjdk8/Makefile Thu Apr 3 20:54:07 2014 (r350044)
@@ -28,6 +28,10 @@ USES= compiler:features dos2unix gmake
USE_AUTOTOOLS= autoconf
USE_XORG= x11 xext xi xrender xt xtst
+.if !exists(/usr/bin/unzip)
+BUILD_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
+.endif
+
ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list