diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 08:31:56 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 08:31:56 +0000 |
commit | e03784f29a6c5c19f65ac598eca2ff4a5924b381 (patch) | |
tree | 6413328bee9da6b589d5e16c77e15ec75fa4b0ef /www/jetspeed | |
parent | b4b7e7ab72241e340b509a8700b7c40bc11fe9b8 (diff) |
tomcat41ctl is gone, don't use it for RUN_DEPENDS.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=155897
Diffstat (limited to 'www/jetspeed')
-rw-r--r-- | www/jetspeed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jetspeed/Makefile b/www/jetspeed/Makefile index 0a233b220dc5..5750a84b5de7 100644 --- a/www/jetspeed/Makefile +++ b/www/jetspeed/Makefile @@ -16,7 +16,7 @@ MAINTAINER= francisco@gomezmarin.com COMMENT= Jetspeed is an Open Source Portal, written in Java and XML RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ - ${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41 + ${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat41 USE_ZIP= yes USE_JAVA= yes |