diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-13 20:57:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-13 20:57:50 +0000 |
commit | e2a7da4b514b68a12163edfa244fca2134afb6c4 (patch) | |
tree | 2f699aeb84919ddd854e5288a73703b7c3d3513f /java/jdk15 | |
parent | 41c16e2ad5ece815ccc5067f807c890ca1b1ca48 (diff) | |
download | ports-e2a7da4b514b68a12163edfa244fca2134afb6c4.tar.gz ports-e2a7da4b514b68a12163edfa244fca2134afb6c4.zip |
. 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/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |