diff options
-rw-r--r-- | devel/py-hgnested/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-hgnested/Makefile b/devel/py-hgnested/Makefile index 13e5051d5e4..b698183b5c1 100644 --- a/devel/py-hgnested/Makefile +++ b/devel/py-hgnested/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/09/11 10:47:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2014/09/11 13:46:30 joerg Exp $ DISTNAME= hgnested-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ 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 |