diff options
Diffstat (limited to 'textproc/py-zpt/Makefile')
-rw-r--r-- | textproc/py-zpt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-zpt/Makefile b/textproc/py-zpt/Makefile index d4b01f8b4148..8958b95c4083 100644 --- a/textproc/py-zpt/Makefile +++ b/textproc/py-zpt/Makefile @@ -12,9 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Zope-less version of Zope Page Templates -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/ZopePageTemplates .include <bsd.port.mk> |