diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-10 11:12:06 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-10 11:12:06 +0000 |
commit | 473f49c92f719e10c49b20e497d2056269be7085 (patch) | |
tree | 68d40c3c8f55ce6bf8679762c5fa067848b18d67 /x11/py-kiwi | |
parent | 6283682faf0a4ff84b1e2c31c4b7353e0379f717 (diff) | |
download | pkgsrc-473f49c92f719e10c49b20e497d2056269be7085.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11/py-kiwi')
-rw-r--r-- | x11/py-kiwi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 2e8318264a4..3cd743b0032 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/10 11:12:06 hasso Exp $ # DISTNAME= kiwi-1.9.22 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt PYTHON_VERSIONS_ACCEPTED= 25 24 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools |