aboutsummaryrefslogtreecommitdiff
path: root/x11/slurp/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-15 00:52:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-15 00:52:32 +0000
commit79cd352a718d48447eb09d4f08ba6d9ac91de55e (patch)
treed365398e0844292503832eaea528c26f11a7c28f /x11/slurp/Makefile
parentad805aa328a4069217e52653273227359b3558e4 (diff)
downloadports-79cd352a718d48447eb09d4f08ba6d9ac91de55e.tar.gz
ports-79cd352a718d48447eb09d4f08ba6d9ac91de55e.zip
x11/slurp: switch to evdev-proto (newer and helps DragonFly)
Notes
Notes: svn path=/head/; revision=490328
Diffstat (limited to 'x11/slurp/Makefile')
-rw-r--r--x11/slurp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/slurp/Makefile b/x11/slurp/Makefile
index 6f382e741db6..73cc1e7ad8b9 100644
--- a/x11/slurp/Makefile
+++ b/x11/slurp/Makefile
@@ -5,13 +5,17 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= x11
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 74c4bdff012a.patch:-p1 7976828fe1a9.patch:-p1
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Select a region in a Wayland compositor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
+BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
+ wayland-protocols>=1.14:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 gnome meson pkgconfig