aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-08-03 04:23:55 +0800
committerkwm <kwm@FreeBSD.org>2015-08-03 04:23:55 +0800
commit8e06482685b64ce8d458dbb06943d4e18ee837cd (patch)
tree36ed89e03b0f2ac4525ba4f4e39af16da597b209 /sysutils
parent44a9844e6b8ab862275ea28c01d4bfbc41256986 (diff)
downloadfreebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.gz
freebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.zst
freebsd-ports-gnome-8e06482685b64ce8d458dbb06943d4e18ee837cd.zip
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@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-schedule/Makefile2
-rw-r--r--sysutils/libgksu/Makefile2
-rw-r--r--sysutils/xvidcap/Makefile2
3 files changed, 3 insertions, 3 deletions
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