diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
commit | 5e9f42cbda7723e209ee352f41df8fd3d7d1ee28 (patch) | |
tree | 5fb7f0ec92b0b2a109bebac3d6e46dbbc6f3f976 /devel/mercurial | |
parent | b0f65c8787968933f446b1206ae11e0ac7e0386e (diff) |
Notes
Diffstat (limited to 'devel/mercurial')
-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 1766831eb2a3..92ed96c669ef 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -7,6 +7,7 @@ PORTNAME= mercurial PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -19,7 +20,7 @@ PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION} |