aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-16 16:35:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-16 16:35:27 +0000
commit9ba901fa79835f41138526278fbe32932e16de73 (patch)
tree3a96da3076a6cd74c4e1a70080766031b148c4bb /x11-wm
parentef5cf97f57765c25f88948e381fd65818558314e (diff)
downloadports-9ba901fa79835f41138526278fbe32932e16de73.tar.gz
ports-9ba901fa79835f41138526278fbe32932e16de73.zip
x11-wm/hikari: drop unused dependencies
- libepoll-shim is used by graphics/wayland instead - glib20 is auto-added via USE_GNOME due to being part of pango API PR: 254264 Approved by: Alexander Sieg (maintainer)
Notes
Notes: svn path=/head/; revision=568580
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/hikari/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile
index 5335110459b1..12e261203df1 100644
--- a/x11-wm/hikari/Makefile
+++ b/x11-wm/hikari/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hikari
DISTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= https://hikari.acmelabs.space/releases/
@@ -15,15 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.14:graphics/wayland-protocols \
wlroots>=0.9.0<0.13.0:x11-toolkits/wlroots
-LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
- libinput.so:x11/libinput \
+LIB_DEPENDS= libinput.so:x11/libinput \
libucl.so:textproc/libucl \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c11 gnome pkgconfig xorg
-USE_GNOME= cairo glib20 pango
+USE_GNOME= cairo pango
USE_XORG= pixman
MAKE_ARGS+= ${WITH_DEBUG:DDEBUG=YES} \