diff options
Diffstat (limited to 'devel/py-zope.ramcache/Makefile')
-rw-r--r-- | devel/py-zope.ramcache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-zope.ramcache/Makefile b/devel/py-zope.ramcache/Makefile index cfa035856809..4476e2c8b772 100644 --- a/devel/py-zope.ramcache/Makefile +++ b/devel/py-zope.ramcache/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> |