diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-11 13:49:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-11 13:49:06 +0000 |
commit | be35add035c7296edbc0c194d06f2895997c52ff (patch) | |
tree | 7f64b74297f8288841e506233da5b58d743c303a /devel | |
parent | 94048d8c213f39b604c1cec4c0bbbcb627690e1c (diff) | |
download | pkgsrc-be35add035c7296edbc0c194d06f2895997c52ff.tar.gz |
Revert, missed the earlier update for the same change.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hgnested/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index b698183b5c1..b40a2b00932 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/09/11 13:46:30 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2014/09/11 13:49:06 joerg Exp $ DISTNAME= hgnested-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://code.google.com/p/hgnested/ COMMENT= Mercurial extension to work with nested repositories LICENSE= gnu-gpl-v3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 - USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial |