diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 21:46:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 21:46:19 +0000 |
commit | 47717eaf680f493ec4dad285799e1cd7a53f03dd (patch) | |
tree | 05ef4589e34f497402ac7b33745f044b1f859096 /editors/kdissert | |
parent | 9776ea5182aabe151e0fa6e8c346d4b7ddf1dae5 (diff) | |
download | pkgsrc-47717eaf680f493ec4dad285799e1cd7a53f03dd.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors/kdissert')
-rw-r--r-- | editors/kdissert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 97d562d8ec1..9c372a6f4e0 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/24 22:32:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/11 21:46:19 joerg Exp $ # DISTNAME= kdissert-1.0.5 @@ -13,6 +13,7 @@ COMMENT= Mindmapping-like tool to generate text templates USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt NO_CONFIGURE= yes BUILD_DEPENDS+= scons>=0.96.1nb1:../../devel/scons |