summaryrefslogtreecommitdiff
path: root/java/jdk14
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-07-07 21:38:45 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-07-07 21:38:45 +0000
commite9d1fccec10d2ecf3e2b2344b01b8040c537fa56 (patch)
treeae8171248027df8eb59c77c48167a8b632b100a8 /java/jdk14
parentThe distfile is on at least three of the MASTER_SITE_SOURCEFORGE (diff)
Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.
Notes
Notes: svn path=/head/; revision=62611
Diffstat (limited to 'java/jdk14')
-rw-r--r--java/jdk14/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile
index aca08da79be3..a6c683ac8c20 100644
--- a/java/jdk14/Makefile
+++ b/java/jdk14/Makefile
@@ -19,8 +19,10 @@ MAINTAINER= glewis@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
zip:${PORTSDIR}/archivers/zip \
gtar:${PORTSDIR}/archivers/gtar \
- ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk13 \
${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif
+.if !defined(NATIVE_BOOTSTRAP)
+BUILD_DEPENDS+= ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk13
+.endif
.if !defined(WITHOUT_PLUGIN)
BUILD_DEPENDS+= msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS= glib12.3:$(PORTSDIR)/devel/glib12 \