diff options
Diffstat (limited to 'devel/py-Products.statusmessages/Makefile')
-rw-r--r-- | devel/py-Products.statusmessages/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-Products.statusmessages/Makefile b/devel/py-Products.statusmessages/Makefile index 1a859b24b4db..6cad3478a443 100644 --- a/devel/py-Products.statusmessages/Makefile +++ b/devel/py-Products.statusmessages/Makefile @@ -17,9 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=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> |