diff --git a/x11/showmethekey/Makefile b/x11/showmethekey/Makefile index 54898230d940..0a65137918b5 100644 --- a/x11/showmethekey/Makefile +++ b/x11/showmethekey/Makefile @@ -1,30 +1,31 @@ PORTNAME= showmethekey DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Show keys you typed on screen LICENSE= APACHE20 +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libevdev.so:devel/libevdev \ libudev.so:devel/libudev-devd \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= pkexec:sysutils/polkit USES= compiler:c11 gettext-tools gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= cairo gtk30 GH_ACCOUNT= AlynxZhou PLIST_FILES= bin/${PORTNAME}-cli \ bin/${PORTNAME}-gtk \ share/applications/${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ share/locale/zh_CN/LC_MESSAGES/${PORTNAME}.mo \ share/pixmaps/${PORTNAME}.png GLIB_SCHEMAS= one.alynx.showmethekey.gschema.xml .include