diff options
Diffstat (limited to 'www/trac-autocomplete')
-rw-r--r-- | www/trac-autocomplete/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-autocomplete/Makefile b/www/trac-autocomplete/Makefile index b47d86196559..28f450ec8bea 100644 --- a/www/trac-autocomplete/Makefile +++ b/www/trac-autocomplete/Makefile @@ -16,7 +16,7 @@ DISTNAME= autocompleteusersplugin-r${REL} MAINTAINER= rea-fbsd@codelabs.ru COMMENT= A plugin for autocompletion of user names in ticket fields -BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac USE_PYTHON= 2.5+ |