aboutsummaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat4
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:07:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:07:47 +0000
commit616454aa4182de91f3294ac5e0435e608b860898 (patch)
tree63d8235a550c7ad8ce9bfb72ea146331d5857904 /www/jakarta-tomcat4
parent1ee18e527417228ffe759a05210f893115d42751 (diff)
downloadports-616454aa4182de91f3294ac5e0435e608b860898.tar.gz
ports-616454aa4182de91f3294ac5e0435e608b860898.zip
javac is in a jdk version specific directory, not ${LOCALBASE}/bin, so
spell it out. Submitted by: bento
Notes
Notes: svn path=/head/; revision=35107
Diffstat (limited to 'www/jakarta-tomcat4')
-rw-r--r--www/jakarta-tomcat4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile
index 1b3db8d85c57..5bb5a715d8ea 100644
--- a/www/jakarta-tomcat4/Makefile
+++ b/www/jakarta-tomcat4/Makefile
@@ -15,7 +15,7 @@ DIST_SUBDIR= jakarta/tomcat/${PORTVERSION}
MAINTAINER= des@FreeBSD.org
BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall
-RUN_DEPENDS= javac:${PORTSDIR}/java/jdk
+RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk
NO_BUILD= yes