diff options
Diffstat (limited to 'emulators/es-de/Makefile')
-rw-r--r-- | emulators/es-de/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/es-de/Makefile b/emulators/es-de/Makefile index 842897494274..d6d88f0a603f 100644 --- a/emulators/es-de/Makefile +++ b/emulators/es-de/Makefile @@ -1,6 +1,6 @@ PORTNAME= es-de DISTVERSIONPREFIX= v -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 PORTREVISION= 1 CATEGORIES= emulators @@ -29,7 +29,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu \ liblunasvg.so:graphics/lunasvg \ - libpoppler.so:graphics/poppler \ + libpoppler-cpp.so:graphics/poppler \ libpugixml.so:textproc/pugixml \ librlottie.so:graphics/rlottie RUN_DEPENDS= ${_BR_DEPENDS} @@ -54,7 +54,7 @@ DEINIT_DESC= Deinit frontend on emulator launch DEINIT_CMAKE_BOOL= DEINIT_ON_LAUNCH -NLS_USES= gettext +NLS_USES= gettext-runtime gettext-tools NLS_CMAKE_BOOL= COMPILE_LOCALIZATIONS post-install: |