diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-06 15:06:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-06 15:06:08 +0000 |
commit | b792763384931da357f768691e9d4dd4aabcac50 (patch) | |
tree | 0e9661c080007796f06df455a5a2072073fdf58b /lang/cdent/Makefile | |
parent | 3d06278d2c46ffe55cef64f049d5515f0f5510ff (diff) |
Notes
Diffstat (limited to 'lang/cdent/Makefile')
-rw-r--r-- | lang/cdent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/cdent/Makefile b/lang/cdent/Makefile index ea0a5be43073..55bde473ab4a 100644 --- a/lang/cdent/Makefile +++ b/lang/cdent/Makefile @@ -3,6 +3,7 @@ PORTNAME= cdent PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= CHEESESHOP @@ -12,7 +13,7 @@ COMMENT= A Portable Module Programming Language RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |