summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-13 20:57:50 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-13 20:57:50 +0000
commite2a7da4b514b68a12163edfa244fca2134afb6c4 (patch)
tree2f699aeb84919ddd854e5288a73703b7c3d3513f /java
parentFetch the distfiles from Adaptec directly. Fix a bug where the package (diff)
. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.
Forgotten by: glewis
Notes
Notes: svn path=/head/; revision=91100
Diffstat (limited to 'java')
-rw-r--r--java/jdk14/Makefile3
-rw-r--r--java/jdk15/Makefile3
-rw-r--r--java/jdk16/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile
index fa04170a2e70..fff889a6b669 100644
--- a/java/jdk14/Makefile
+++ b/java/jdk14/Makefile
@@ -19,7 +19,8 @@ COMMENT= Java Development Kit 1.4.1
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
zip:${PORTSDIR}/archivers/zip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
+ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
+ ${LOCALBASE}/include/nspr/prtypes.h:${PORTSDIR}/devel/nspr
.if !defined(NATIVE_BOOTSTRAP)
BUILD_DEPENDS+= ${JDK14DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk14
.endif
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index fa04170a2e70..fff889a6b669 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -19,7 +19,8 @@ COMMENT= Java Development Kit 1.4.1
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
zip:${PORTSDIR}/archivers/zip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
+ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
+ ${LOCALBASE}/include/nspr/prtypes.h:${PORTSDIR}/devel/nspr
.if !defined(NATIVE_BOOTSTRAP)
BUILD_DEPENDS+= ${JDK14DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk14
.endif
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index fa04170a2e70..fff889a6b669 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -19,7 +19,8 @@ COMMENT= Java Development Kit 1.4.1
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
zip:${PORTSDIR}/archivers/zip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
+ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
+ ${LOCALBASE}/include/nspr/prtypes.h:${PORTSDIR}/devel/nspr
.if !defined(NATIVE_BOOTSTRAP)
BUILD_DEPENDS+= ${JDK14DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk14
.endif