diff options
Diffstat (limited to 'www/trac-fivestarvote/Makefile')
-rw-r--r-- | www/trac-fivestarvote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-fivestarvote/Makefile b/www/trac-fivestarvote/Makefile index 76ad3bfea250..0e0ee93cab42 100644 --- a/www/trac-fivestarvote/Makefile +++ b/www/trac-fivestarvote/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= trac- MAINTAINER= ports@FreeBSD.org COMMENT= Five star plugin for voting on Trac resources -RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac +RUN_DEPENDS+= tracd:www/trac USES= python:2 USE_PYTHON= distutils autoplist @@ -19,7 +19,7 @@ USE_PYTHON= distutils autoplist # Retrieve the latest version from SVN and package in a tarball. .if defined(BOOTSTRAP) -FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +FETCH_DEPENDS+= svn:devel/subversion do-fetch: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ |