diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-21 19:18:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-21 19:18:25 +0000 |
commit | a2a3fea9b0ec43b0bd56a53be16e33a9691352a1 (patch) | |
tree | 05398f3bec45542b2d6ff837c2ba641bb9a6baf1 /misc/khard | |
parent | 97192899beeaf2a6655c9112f76bc079c9cc2d7d (diff) | |
download | pkgsrc-a2a3fea9b0ec43b0bd56a53be16e33a9691352a1.tar.gz |
Update comment.
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 cfc40dad99c..f2307fb7e09 100644 --- a/misc/khard/Makefile +++ b/misc/khard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/21 19:17:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/07/21 19:18:25 wiz 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.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.1 INSTALLATION_DIRS= share/examples/khard REPLACE_PYTHON+= */*.py |