diff options
author | joerg <joerg> | 2007-09-04 19:09:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-04 19:09:22 +0000 |
commit | 3a1221cf99976d55ff7e6f24c298d8776c826f06 (patch) | |
tree | 0018c3e2f306fbe09789c6668473ae5d5f243f2e /chat/pidgin-silc | |
parent | 4e300af2b903058755841ca03f8a05149a5447e8 (diff) | |
download | pkgsrc-3a1221cf99976d55ff7e6f24c298d8776c826f06.tar.gz |
Needs msgfmt.
Diffstat (limited to 'chat/pidgin-silc')
-rw-r--r-- | chat/pidgin-silc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index 757b545a04c..498d731cb85 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/14 01:16:26 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/04 19:09:48 joerg Exp $ # PKGNAME= pidgin-silc-${PIDGIN_VERSION} @@ -12,6 +12,8 @@ CONFIGURE_ARGS+= --disable-gevolution CONFIGURE_ARGS+= --disable-gtkui CONFIGURE_ARGS+= --disable-consoleui +USE_TOOLS+= msgfmt + BUILD_DIRS= libpurple/protocols/silc # Because pkgsrc's silc-toolkit is too old, we have to jump through some very, |