diff options
Diffstat (limited to 'textproc/py-translationstring/Makefile')
-rw-r--r-- | textproc/py-translationstring/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-translationstring/Makefile b/textproc/py-translationstring/Makefile index 62c4b2cf20c6..900dcbb6a066 100644 --- a/textproc/py-translationstring/Makefile +++ b/textproc/py-translationstring/Makefile @@ -3,6 +3,7 @@ PORTNAME= translationstring PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Utility library for i18n relied on by various Repoze packages USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |