From 8c6175a3b58b8663c823ea9f8f37e7b53a3b1207 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 27 May 2012 03:51:15 +0000 Subject: . Specifically reference zip/unzip in ${LOCALBASE}/bin, since that is where the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin. Adjusting the JDK check is a harder fix, this will get things building again on 9.x quickly. PR: 166996 --- java/openjdk6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 551ad9866771..2c05ba1a8992 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -31,8 +31,8 @@ COMMENT= Oracle's Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ +BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \ + ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ -- cgit v1.2.3