summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-14 19:45:29 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-05-14 20:22:12 +0200
commit8059d56570ae0d00036f3649466f5243670961ab (patch)
tree79ca1821b625b7fa997c3154381f96f35b1a4893 /x11/rxvt-unicode/Makefile
parent- Belatedly update Luminance HDR to the latest version 2.6.1.1 (diff)
x11/rxvt-unicode: upgrade to 9.26
Changelog at <http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002607.html>. Also add a dependency on libxcb when notifications are selected.
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index b371a5e8271e..95507c4a7102 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -1,7 +1,7 @@
# Created by: gpalmer@FreeBSD.org
PORTNAME= rxvt-unicode
-PORTVERSION= 9.25
+PORTVERSION= 9.26
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
@@ -110,6 +110,7 @@ GDK_PIXBUF_CONFIGURE_ENABLE= pixbuf
# enable startup notification
NOTIFY_CONFIGURE_ENABLE= startup-notification
NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
+NOTIFY_USE= XORG=xcb
# enable support for 256 colors
256_COLOR_CONFIGURE_ON= --enable-256-color