diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:27:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:27:55 +0000 |
commit | 4fee59f3cf99d5f390134d005b3e481fcdefe01b (patch) | |
tree | 667b15660082968920a37b5cd3a42a6d2538c15a /chat | |
parent | 16c57990fdc4a0649c616a7f879df2b707e1a37a (diff) | |
download | pkgsrc-4fee59f3cf99d5f390134d005b3e481fcdefe01b.tar.gz |
Needs msgfmt.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/konversation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile index 56c420a1058..23fdd9794b6 100644 --- a/chat/konversation/Makefile +++ b/chat/konversation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/18 21:49:31 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/11 14:27:55 joerg Exp $ # DISTNAME= konversation-0.19 @@ -12,7 +12,7 @@ COMMENT= KDE IRC Client GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl msgfmt USE_LANGUAGES+= c++ USE_PKGLOCALEDIR= YES |