diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-wikitemplates/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac-wikitemplates/Makefile b/www/trac-wikitemplates/Makefile index 591ee8455b64..c3fe9b4ba200 100644 --- a/www/trac-wikitemplates/Makefile +++ b/www/trac-wikitemplates/Makefile @@ -3,7 +3,7 @@ PORTNAME= wikitemplates PORTVERSION= 0.3.0p3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -19,5 +19,6 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |