From dc659a215b595fd6dc8b820823cbde814c9339dc Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 23 Sep 2013 13:42:48 +0000 Subject: - add new USES target: zope, and convert the tree to it - old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML) --- www/py-plone.app.testing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/py-plone.app.testing') diff --git a/www/py-plone.app.testing/Makefile b/www/py-plone.app.testing/Makefile index 0e6ef1262f8e..b737bfb2b82b 100644 --- a/www/py-plone.app.testing/Makefile +++ b/www/py-plone.app.testing/Makefile @@ -25,7 +25,7 @@ DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS=easy_install USE_ZIP= yes -USE_ZOPE= yes +USES= zope NO_STAGE= yes -- cgit v1.2.3