diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | a95b78c14b1456021bb0b8b57466fb98652c4ff9 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /chat/pidgin | |
parent | e1e3f1a43890036c6d4a63111cb2eae90bdc9768 (diff) | |
download | pkgsrc-a95b78c14b1456021bb0b8b57466fb98652c4ff9.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 7b56ca2221a..e4d912699a5 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.52 2013/03/03 07:17:20 obache Exp $ +# $NetBSD: Makefile,v 1.53 2013/06/03 10:04:39 wiz Exp $ COMMENT= Multi-protocol Instant Messaging client GTK frontend .include "../../chat/libpurple/Makefile.common" +PKGREVISION= 1 USE_TOOLS+= msgfmt intltool PKGCONFIG_OVERRIDE+= gaim.pc.in |