diff options
Diffstat (limited to 'security/py-zope.principalannotation/Makefile')
-rw-r--r-- | security/py-zope.principalannotation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-zope.principalannotation/Makefile b/security/py-zope.principalannotation/Makefile index 8f1102554fea..cfd2b1035090 100644 --- a/security/py-zope.principalannotation/Makefile +++ b/security/py-zope.principalannotation/Makefile @@ -21,7 +21,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> |