diff options
Diffstat (limited to 'www/trac-scrumburndown/Makefile')
-rw-r--r-- | www/trac-scrumburndown/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-scrumburndown/Makefile b/www/trac-scrumburndown/Makefile index cc2a7bd66df1..e11bdf66e869 100644 --- a/www/trac-scrumburndown/Makefile +++ b/www/trac-scrumburndown/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= trac- MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to enable Scrum burndown chart capabilities -RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - trac-timingandestimation>=0:${PORTSDIR}/www/trac-timingandestimation +RUN_DEPENDS+= tracd:www/trac \ + trac-timingandestimation>=0:www/trac-timingandestimation WRKSRC= ${WRKDIR}/${PORTNAME}plugin USES= python:2 |