diff options
author | joerg <joerg> | 2007-08-11 14:54:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-11 14:54:07 +0000 |
commit | 91404f47fab87b87ade32e5c7174feb6e30a4a0f (patch) | |
tree | 8baaad37d20b9f607d2e22bc4de76d3c1734321f /chat | |
parent | 0528b80667876b63a76e4a017126c4cbb74bf3e1 (diff) | |
download | pkgsrc-91404f47fab87b87ade32e5c7174feb6e30a4a0f.tar.gz |
configure insists on msgfmt.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/finch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 1bdce00a507..05919e7f9fb 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/04 14:01:01 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/11 14:54:07 joerg Exp $ # PKGNAME= finch-${VERSION} @@ -9,6 +9,8 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" +USE_TOOLS+= msgfmt + PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in PKGCONFIG_OVERRIDE+= gaim.pc.in PKGCONFIG_OVERRIDE+= libpurple/purple.pc.in |