diff options
Diffstat (limited to 'misc/khard')
-rw-r--r-- | misc/khard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/khard/Makefile b/misc/khard/Makefile index f2307fb7e09..cc51a61ab87 100644 --- a/misc/khard/Makefile +++ b/misc/khard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/07/21 19:18:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:50 adam Exp $ DISTNAME= khard-0.4.1 CATEGORIES= misc net @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.1 INSTALLATION_DIRS= share/examples/khard REPLACE_PYTHON+= */*.py |