From ba9f663fc79880ff31ea9afd44af3586360008b6 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 5 Aug 2015 07:39:47 +0000 Subject: Part 2 of adding USE_GNOME=intltool to ports that require it. The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ --- net-im/pidgin-sipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/pidgin-sipe') diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index ffab4b1c272..1ce53a45be5 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes USES= gmake libtool pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO CPPFLAGS+= -I${LOCALBASE}/include -- cgit