diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-03 04:23:55 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-03 04:23:55 +0800 |
commit | 8e06482685b64ce8d458dbb06943d4e18ee837cd (patch) | |
tree | 36ed89e03b0f2ac4525ba4f4e39af16da597b209 /x11-themes | |
parent | 44a9844e6b8ab862275ea28c01d4bfbc41256986 (diff) | |
download | freebsd-ports-graphics-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.gz freebsd-ports-graphics-8e06482685b64ce8d458dbb06943d4e18ee837cd.tar.zst freebsd-ports-graphics-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 'x11-themes')
-rw-r--r-- | x11-themes/lxappearance/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/nimbus/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index eec3988f105..14621029fbf 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USES= gettext-tools gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool CONFIGURE_ARGS= --enable-dbus CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11-themes/nimbus/Makefile b/x11-themes/nimbus/Makefile index 57d00b5c050..93a22ca3e1f 100644 --- a/x11-themes/nimbus/Makefile +++ b/x11-themes/nimbus/Makefile @@ -19,6 +19,6 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool .include <bsd.port.mk> |