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-bs/Makefile | 2 +- net-im/pidgin-guifications/Makefile | 2 +- net-im/pidgin-libnotify/Makefile | 2 +- net-im/pidgin-privacy-please/Makefile | 2 +- net-im/pidgin-sipe/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-im') diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index a5f1a6bca354..ed27168faa63 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool USE_LDCONFIG= ${PREFIX}/lib/pidgin .include diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 1ad358054ce6..4908f3049627 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 4c4547d7b610..00b07950df43 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ GNU_CONFIGURE= yes USES= gmake libtool pkgconfig USE_LDCONFIG= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool CONFIGURE_ARGS= --disable-static CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile index 57cc6e6943fa..48768c525deb 100644 --- a/net-im/pidgin-privacy-please/Makefile +++ b/net-im/pidgin-privacy-please/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index ffab4b1c2728..1ce53a45be57 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