From 6c6c48a26b6640645fe19abee9092a74afd9eae1 Mon Sep 17 00:00:00 2001 From: dcoppa Date: Mon, 16 Apr 2012 18:08:09 +0000 Subject: [PATCH] Enable startup-notification support: it's needed by (at least) x11/i3 to start urxvt on designated workspaces ok sthen@ --- x11/rxvt-unicode/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 8ec7d1198d2..cb67fbdfcb0 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2012/01/23 08:10:40 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.19 2012/04/16 18:08:09 dcoppa Exp $ COMMENT = clone of rxvt with Unicode and Xft support DISTNAME = rxvt-unicode-9.15 +REVISION = 0 CATEGORIES = x11 EXTRACT_SUFX = .tar.bz2 @@ -22,20 +23,21 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = X11 Xau Xdmcp Xft Xrender c expat ffi \ fontconfig freetype gdk_pixbuf-2.0 gio-2.0 \ glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \ - m pcre perl png pthread-stubs pthread util \ - xcb z + m pcre perl png pthread-stubs pthread \ + startup-notification-1 util xcb z MODULES = devel/gettext -LIB_DEPENDS = graphics/gdk-pixbuf2 +LIB_DEPENDS = devel/startup-notification \ + graphics/gdk-pixbuf2 CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-256-color \ --enable-perl \ --enable-pixbuf \ + --enable-startup-notification \ --with-term=rxvt-256color \ - --disable-afterimage \ - --disable-startup-notification + --disable-afterimage # missing locale support CONFIGURE_ARGS += --disable-xim