diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2008-03-25 23:19:37 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2008-03-25 23:19:37 +0000 |
commit | 2c6e009b9763d5eaca4a04466470dc66d982224d (patch) | |
tree | 9c6f94d0b49793100ed492277e3b7e32499c9e7f /www/hudson | |
parent | - Update to 0.0.18 (diff) |
Fix build by changing the file the port depends on
Reported by: pointyhat
Diffstat (limited to 'www/hudson')
-rw-r--r-- | www/hudson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hudson/Makefile b/www/hudson/Makefile index dedb8bd323bd..bdf363715cf0 100644 --- a/www/hudson/Makefile +++ b/www/hudson/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= MAINTAINER= hq@FreeBSD.org COMMENT= An extensible continuous integration engine -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/tomcat6:${PORTSDIR}/www/tomcat6 +RUN_DEPENDS= ${LOCALBASE}/apache-tomcat6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6 NO_BUILD= yes |