diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 13:13:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 13:13:42 +0000 |
commit | 6ac6da86741971c1fed329dbf4a537b7caea8108 (patch) | |
tree | 6702d11db11e985ad6563009f0fecb430befc9ef /security/py-prewikka | |
parent | 485c9292733bbd3b25a8686c693790b3370c8148 (diff) | |
download | pkgsrc-6ac6da86741971c1fed329dbf4a537b7caea8108.tar.gz |
Needs msgfmt.
Diffstat (limited to 'security/py-prewikka')
-rw-r--r-- | security/py-prewikka/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index cb7061e9b65..12eaea921ed 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/04/09 12:50:20 shannonjr Exp $ +# $NetBSD: Makefile,v 1.19 2007/04/17 13:15:08 joerg Exp $ # DISTNAME= prewikka-${VERSION} @@ -18,6 +18,8 @@ COMMENT= Prelude-IDS console DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah +USE_TOOLS+= msgfmt + .include "../../mk/bsd.prefs.mk" PYDISTUTILSPKG= yes |