From 5150f5fd1a4f4939664934e7e23eee20052cb930 Mon Sep 17 00:00:00 2001 From: hq Date: Tue, 25 Mar 2008 23:19:37 +0000 Subject: Fix build by changing the file the port depends on Reported by: pointyhat --- www/hudson/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit