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 /emulators | |
parent | 44a9844e6b8ab862275ea28c01d4bfbc41256986 (diff) | |
download | freebsd-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 'emulators')
-rw-r--r-- | emulators/desmume/Makefile | 2 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 2ec4c8dc597a..6a0382bff300 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ USE_GL= gl USE_SDL= sdl -USE_GNOME= gtk20 libglade2 +USE_GNOME= gtk20 intltool libglade2 USES= autoreconf desktop-file-utils dos2unix gettext gmake pkgconfig DOS2UNIX_FILES= src/utils/task.cpp diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 2c64c04cf6c4..1ad333a6fe8f 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --enable-opengl --enable-libcdio INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USE_GNOME= gtk30 glib20 +USE_GNOME= gtk30 intltool glib20 USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl |