diff options
author | hq <hq@FreeBSD.org> | 2008-03-26 07:19:37 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2008-03-26 07:19:37 +0800 |
commit | 5150f5fd1a4f4939664934e7e23eee20052cb930 (patch) | |
tree | a3198599cddb6c209cc1738bab7ffc5453d62e2b | |
parent | d89699fb2d736d58423123918af6259c62596366 (diff) | |
download | freebsd-ports-gnome-5150f5fd1a4f4939664934e7e23eee20052cb930.tar.gz freebsd-ports-gnome-5150f5fd1a4f4939664934e7e23eee20052cb930.tar.zst freebsd-ports-gnome-5150f5fd1a4f4939664934e7e23eee20052cb930.zip |
Fix build by changing the file the port depends on
Reported by: pointyhat
-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 |