From 8e06482685b64ce8d458dbb06943d4e18ee837cd Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 2 Aug 2015 20:23:55 +0000 Subject: Part 1 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@ --- sysutils/gnome-schedule/Makefile | 2 +- sysutils/libgksu/Makefile | 2 +- sysutils/xvidcap/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile index 6ff67fdbb9c5..4289cff4431c 100644 --- a/sysutils/gnome-schedule/Makefile +++ b/sysutils/gnome-schedule/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp USES= gmake pathfix python -USE_GNOME= gnomeprefix pygnome2 gnomedocutils +USE_GNOME= gnomeprefix pygnome2 gnomedocutils intltool INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile index 549d145280e9..6bda17e62adf 100644 --- a/sysutils/libgksu/Makefile +++ b/sysutils/libgksu/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \ sudo:${PORTSDIR}/security/sudo USES= gettext gmake libtool pathfix pkgconfig -USE_GNOME= glib20 gconf2 +USE_GNOME= glib20 gconf2 intltool USE_LDCONFIG= yes USE_XORG= x11 CONFIGURE_ARGS= --enable-gtk-doc=no diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index aab6123cf469..aaf42f947b99 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # --export-dynamic fixes libglade problems LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic -USE_GNOME= glib20 libglade2 +USE_GNOME= glib20 libglade2 intltool USES= gettext gmake pkgconfig USE_XORG= x11 xmu ice xfixes xdamage INSTALLS_OMF= yes -- cgit