diff options
Diffstat (limited to 'net/py-zope.proxy/Makefile')
-rw-r--r-- | net/py-zope.proxy/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile index f19aa0852502..09b97f792f88 100644 --- a/net/py-zope.proxy/Makefile +++ b/net/py-zope.proxy/Makefile @@ -16,9 +16,7 @@ LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |