From 1d0390ebfa4034a7883e3dc0e21f244d22de8c70 Mon Sep 17 00:00:00 2001 From: glewis Date: Thu, 9 Dec 2004 22:53:09 +0000 Subject: . Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS. PR: 50114 Noticed by: olgeni --- java/linux-sun-jdk13/Makefile | 3 +-- java/linux-sun-jdk14/Makefile | 3 +-- java/linux-sun-jdk15/Makefile | 1 - java/linux-sun-jdk16/Makefile | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'java') diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index e205555392a4..949da5d4dafe 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -16,8 +16,7 @@ EXTRACT_SUFX= .bin MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Development Kit 1.3 for Linux -EXTRACT_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +EXTRACT_DEPENDS=${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License does not allow distribution with fee" diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile index 661ae103b031..2e21407206f5 100644 --- a/java/linux-sun-jdk14/Makefile +++ b/java/linux-sun-jdk14/Makefile @@ -16,8 +16,7 @@ EXTRACT_SUFX= .bin MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Development Kit 1.4 for Linux -EXTRACT_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +EXTRACT_DEPENDS=${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License does not allow distribution with fee" diff --git a/java/linux-sun-jdk15/Makefile b/java/linux-sun-jdk15/Makefile index b35090b1d1b4..6f97910e2960 100644 --- a/java/linux-sun-jdk15/Makefile +++ b/java/linux-sun-jdk15/Makefile @@ -18,7 +18,6 @@ MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Development Kit 1.5 for Linux EXTRACT_DEPENDS=${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License does not allow distribution with fee" diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile index b35090b1d1b4..6f97910e2960 100644 --- a/java/linux-sun-jdk16/Makefile +++ b/java/linux-sun-jdk16/Makefile @@ -18,7 +18,6 @@ MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Development Kit 1.5 for Linux EXTRACT_DEPENDS=${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License does not allow distribution with fee" -- cgit