diff options
author | glewis <glewis@FreeBSD.org> | 2004-12-10 06:53:09 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-12-10 06:53:09 +0800 |
commit | 1d0390ebfa4034a7883e3dc0e21f244d22de8c70 (patch) | |
tree | a3d81f1e5c028a9e5a9c4d9a5d490b3a16bae40c /java | |
parent | 348ca5be0043e294e5897aa0c3362630d4196300 (diff) | |
download | freebsd-ports-gnome-1d0390ebfa4034a7883e3dc0e21f244d22de8c70.tar.gz freebsd-ports-gnome-1d0390ebfa4034a7883e3dc0e21f244d22de8c70.tar.zst freebsd-ports-gnome-1d0390ebfa4034a7883e3dc0e21f244d22de8c70.zip |
. Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS.
PR: 50114
Noticed by: olgeni
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 3 | ||||
-rw-r--r-- | java/linux-sun-jdk14/Makefile | 3 | ||||
-rw-r--r-- | java/linux-sun-jdk15/Makefile | 1 | ||||
-rw-r--r-- | java/linux-sun-jdk16/Makefile | 1 |
4 files changed, 2 insertions, 6 deletions
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" |