diff options
Diffstat (limited to 'www/trac-down')
-rw-r--r-- | www/trac-down/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac-down/Makefile b/www/trac-down/Makefile index b20eedb48202..44a9ec113048 100644 --- a/www/trac-down/Makefile +++ b/www/trac-down/Makefile @@ -14,9 +14,8 @@ COMMENT= Trac plugin for listing released downloads RUN_DEPENDS= tracd:${PORTSDIR}/www/trac -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |