diff options
Diffstat (limited to 'databases/zodb3/Makefile')
-rw-r--r-- | databases/zodb3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index eaf48e08018d..be5d337f8550 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |