diff options
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 |