diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-12-10 06:43:31 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-12-10 06:43:31 +0800 |
commit | d87e7e0e7c430070ceadc88a5f3a20cf1fecedbb (patch) | |
tree | 7504a939a8067771ba2712abb96dd35370de2367 /java/linux-ibm-jdk13 | |
parent | 8539774fcd4203a29165982822e81203d2c342ee (diff) | |
download | freebsd-ports-gnome-d87e7e0e7c430070ceadc88a5f3a20cf1fecedbb.tar.gz freebsd-ports-gnome-d87e7e0e7c430070ceadc88a5f3a20cf1fecedbb.tar.zst freebsd-ports-gnome-d87e7e0e7c430070ceadc88a5f3a20cf1fecedbb.zip |
. Remove pointless (and incorrect) BUILD_DEPENDS. These ports all set
NO_BUILD.
PR: 50114
Diffstat (limited to 'java/linux-ibm-jdk13')
-rw-r--r-- | java/linux-ibm-jdk13/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/linux-ibm-jdk13/Makefile b/java/linux-ibm-jdk13/Makefile index 98d4922e92ff..50bd5f9ccb27 100644 --- a/java/linux-ibm-jdk13/Makefile +++ b/java/linux-ibm-jdk13/Makefile @@ -19,7 +19,6 @@ COMMENT= IBM Java Development Kit 1.3 for Linux FORBIDDEN= Vulnerabilities in the browser plugin -BUILD_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper WRKSRC= ${WRKDIR}/${DISTNAME:S/-SDK//} |