1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Ok, this should work. I toasted the BUILD_DEPENDS with a "=" instead

of a "+=".

Reported by:	QAT
This commit is contained in:
Greg Larkin 2010-05-03 19:02:17 +00:00
parent 8f98201f7e
commit 97ca8c95c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253627

View File

@ -108,7 +108,7 @@ MASTER_SITE_SUBDIR+= java/:ecj
DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX} \
${ECJ_JAR}:ecj
EXTRACT_ONLY= ${DISTFILES:S|${ECJ_JAR}:ecj||}
BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip
BUILD_DEPENDS+= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip
EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
# FIXME: we are currently getting weird build failures with libjava on
# some 4.x and 5.x systems, which the following works around. PR 81788.