diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-05 15:39:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-05 15:39:47 +0800 |
commit | ba9f663fc79880ff31ea9afd44af3586360008b6 (patch) | |
tree | d231e86e1590b0bf6019b38928d329263d47bdd7 /x11-wm | |
parent | ae9f208e739df0fc897ad6db40d995213382c473 (diff) | |
download | freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.tar.gz freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.tar.zst freebsd-ports-gnome-ba9f663fc79880ff31ea9afd44af3586360008b6.zip |
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@
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ccsm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/emerald/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/simple-ccsm/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/ccsm/Makefile b/x11-wm/ccsm/Makefile index be85fead683d..ac84ec263a36 100644 --- a/x11-wm/ccsm/Makefile +++ b/x11-wm/ccsm/Makefile @@ -13,7 +13,7 @@ COMMENT= Python/GTK based settings manager for CompizConfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python USES= gettext gmake python:2 tar:bzip2 -USE_GNOME= pygtk2 +USE_GNOME= intltool pygtk2 INSTALLS_ICONS= yes diff --git a/x11-wm/emerald/Makefile b/x11-wm/emerald/Makefile index c85d099952cd..569fae68ae7e 100644 --- a/x11-wm/emerald/Makefile +++ b/x11-wm/emerald/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_GL= gl USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig shared-mime-info tar:bzip2 -USE_GNOME= gtk20 libwnck pango +USE_GNOME= gtk20 intltool libwnck pango USE_XORG= xrender USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/x11-wm/simple-ccsm/Makefile b/x11-wm/simple-ccsm/Makefile index da827ddeef85..9753bd94ed93 100644 --- a/x11-wm/simple-ccsm/Makefile +++ b/x11-wm/simple-ccsm/Makefile @@ -13,7 +13,7 @@ COMMENT= Python/GTK based settings manager for CompizConfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python USES= gettext gmake pkgconfig python:2 tar:bzip2 -USE_GNOME= pygtk2 +USE_GNOME= intltool pygtk2 INSTALLS_ICONS= yes |