diff options
Diffstat (limited to 'www/trac-scrumburndown/Makefile')
-rw-r--r-- | www/trac-scrumburndown/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac-scrumburndown/Makefile b/www/trac-scrumburndown/Makefile index adb3436..cc2a7bd 100644 --- a/www/trac-scrumburndown/Makefile +++ b/www/trac-scrumburndown/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ trac-timingandestimation>=0:${PORTSDIR}/www/trac-timingandestimation WRKSRC= ${WRKDIR}/${PORTNAME}plugin -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |