summaryrefslogtreecommitdiff
path: root/java/bluej
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:47:25 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-08-10 10:47:25 +0000
commitb0efcd4f99ad11e596c5c38cfd73c11281e4c19a (patch)
treea8b438e93356dfe3d7a7bc3784189a533464bbf1 /java/bluej
parentChanged WRKDIR definition. It is changed from (diff)
Changed the installation directory of the Sun JDK 1.4.x for Linux
to linux-sun-jdk1.4.0.01. PR: 41424
Notes
Notes: svn path=/head/; revision=64326
Diffstat (limited to 'java/bluej')
-rw-r--r--java/bluej/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bluej/Makefile b/java/bluej/Makefile
index 6e884976ca19..a020ea811cb9 100644
--- a/java/bluej/Makefile
+++ b/java/bluej/Makefile
@@ -23,7 +23,7 @@ NO_BUILD= yes
# Called MY_JDK and MY_JDK_PORT so not to conflict with any other possible
# definitions in the ports system.
-MY_JDK= linux-jdk1.4.0.01
+MY_JDK= linux-sun-jdk1.4.0.01
MY_JDK_PORT= linux-sun-jdk14
RUN_DEPENDS= ${LOCALBASE}/${MY_JDK}/bin/java:${PORTSDIR}/java/${MY_JDK_PORT}