diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-05 21:02:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-05 21:02:29 +0000 |
commit | 625f5fb731cb83634e7ced5b0343ac6709a2f1a0 (patch) | |
tree | 97b90e77b10fadec6ae66ed1a6f2cffef56ba660 /devel/py-zope.browser/Makefile | |
parent | ebb36017da68573ebe2c9aea21b5304c1329f175 (diff) |
Notes
Diffstat (limited to 'devel/py-zope.browser/Makefile')
-rw-r--r-- | devel/py-zope.browser/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-zope.browser/Makefile b/devel/py-zope.browser/Makefile index 604aab64b10d..907427091680 100644 --- a/devel/py-zope.browser/Makefile +++ b/devel/py-zope.browser/Makefile @@ -2,6 +2,7 @@ PORTNAME= zope.browser PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,9 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> |