diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-04 16:16:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-04 16:16:41 +0000 |
commit | 2f7fd66f233df4daadae0ee930cdb7c9c5499aec (patch) | |
tree | 8b1c20f4f06baf355de7d6175c1e7148a671607e /chat | |
parent | 9c7118de9852bacbc28edf3f7c8fed6fa977e6a3 (diff) | |
download | pkgsrc-2f7fd66f233df4daadae0ee930cdb7c9c5499aec.tar.gz |
Needs intltool, add it to tools.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/finch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 7c205e0c2fd..5693e84f971 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/12/22 18:47:44 jmcneill Exp $ +# $NetBSD: Makefile,v 1.17 2009/02/04 16:16:41 wiz Exp $ # PKGNAME= finch-${PIDGIN_VERSION} @@ -9,7 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" -USE_TOOLS+= msgfmt perl +USE_TOOLS+= intltool msgfmt perl PKGCONFIG_OVERRIDE+= finch/finch.pc.in PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in |