summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 09:45:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 09:45:35 +0000
commit5fb95320053597bba8462ca3b0e85240095f3ea2 (patch)
treeae56b7ed277c8392969ae7d0a5c91218cd4545cf /java
parentAllow this port to actually compile on RELENG_4 and -current. (diff)
Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.
Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13)
Notes
Notes: svn path=/head/; revision=43518
Diffstat (limited to 'java')
-rw-r--r--java/bugseeker-demo/Makefile2
-rw-r--r--java/bugseeker/Makefile2
-rw-r--r--java/orion/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/java/bugseeker-demo/Makefile b/java/bugseeker-demo/Makefile
index 97571411dcb0..920898baa774 100644
--- a/java/bugseeker-demo/Makefile
+++ b/java/bugseeker-demo/Makefile
@@ -16,7 +16,7 @@ PATCHFILES= bugseeker2demo.sh.diff
MAINTAINER= ernst@jollem.com
-RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13
+RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.1/bin/java:${PORTSDIR}/java/linux-jdk13
NO_BUILD= YES
diff --git a/java/bugseeker/Makefile b/java/bugseeker/Makefile
index 5f18d79328d1..1444de0dae1a 100644
--- a/java/bugseeker/Makefile
+++ b/java/bugseeker/Makefile
@@ -16,7 +16,7 @@ PATCHFILES= bugseeker2.sh.diff
MAINTAINER= ernst@jollem.com
-RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13
+RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.1/bin/java:${PORTSDIR}/java/linux-jdk13
NO_BUILD= YES
diff --git a/java/orion/Makefile b/java/orion/Makefile
index e770fd4e3465..0688992606e2 100644
--- a/java/orion/Makefile
+++ b/java/orion/Makefile
@@ -30,7 +30,7 @@ PORTTITLE= Orion Server
ORIONCTL_NAME= orionctl
ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME}
RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh
-JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.0
+JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.1
TARGET_PREFIX?= ${PREFIX}/${PKGBASE}${PORTVERSION}
.include <bsd.port.pre.mk>