diff options
Diffstat (limited to 'devel/mercurial/Makefile')
-rw-r--r-- | devel/mercurial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 3eba600e3293..b7e26b72a9d0 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= devel python MASTER_SITES= http://www.selenic.com/mercurial/release/ @@ -15,6 +15,7 @@ COMMENT= A fast, lightweight source control management system USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes +PYDISTUTILS_NOEGGINFO= yes CONTRIB_FILES= bash_completion \ convert-repo \ |