diff options
Diffstat (limited to 'security/py-zope.securitypolicy/Makefile')
-rw-r--r-- | security/py-zope.securitypolicy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-zope.securitypolicy/Makefile b/security/py-zope.securitypolicy/Makefile index 174112a871c8..7005fd77e2be 100644 --- a/security/py-zope.securitypolicy/Makefile +++ b/security/py-zope.securitypolicy/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> |