diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-14 04:57:50 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-14 04:57:50 +0800 |
commit | 46cb0106df315f296ea8a2acaf65c7c48c8c3d12 (patch) | |
tree | 65fc894cea8b6acba6e690628ea6bc00b8dad123 /java | |
parent | 22b85013d62fefa05f593a2075b636a8e4326942 (diff) | |
download | freebsd-ports-gnome-46cb0106df315f296ea8a2acaf65c7c48c8c3d12.tar.gz freebsd-ports-gnome-46cb0106df315f296ea8a2acaf65c7c48c8c3d12.tar.zst freebsd-ports-gnome-46cb0106df315f296ea8a2acaf65c7c48c8c3d12.zip |
. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.
Forgotten by: glewis
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk14/Makefile | 3 | ||||
-rw-r--r-- | java/jdk15/Makefile | 3 | ||||
-rw-r--r-- | java/jdk16/Makefile | 3 |
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 |