diff options
Diffstat (limited to 'devel/py-mwlib.ext/Makefile')
-rw-r--r-- | devel/py-mwlib.ext/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-mwlib.ext/Makefile b/devel/py-mwlib.ext/Makefile index fa783151c5d0..8019de9a73ed 100644 --- a/devel/py-mwlib.ext/Makefile +++ b/devel/py-mwlib.ext/Makefile @@ -3,6 +3,7 @@ PORTNAME= mwlib.ext PORTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,7 @@ COMMENT= Provide Dependencies for mwlib USE_ZIP= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |