diff options
author | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
commit | fce0ec35b23203d8fcb7b567f85f333c367b9da4 (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /devel/mercurial | |
parent | 39ba41cab5c8edb68238b59b9ea5a2a85e27d3c2 (diff) | |
download | pkgsrc-fce0ec35b23203d8fcb7b567f85f333c367b9da4.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index b329e4b2ef9..6da04c647bd 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/07/23 21:23:35 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2009/09/07 19:02:14 joerg Exp $ # DISTNAME= mercurial-1.3.1 @@ -17,7 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 23 USE_TOOLS+= gmake msgfmt INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 |