fix LIB_DEPENDS that got fudged; spotted by aja@
This commit is contained in:
parent
82426c8a82
commit
cb71ba65ac
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2020/11/30 15:46:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2020/12/01 11:50:59 jasper Exp $
|
||||
|
||||
COMMENT = window switcher, run dialog and dmenu replacement
|
||||
|
||||
V = 1.6.1
|
||||
DISTNAME = rofi-${V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = sysutils x11
|
||||
HOMEPAGE = https://github.com/davatorium/rofi
|
||||
@ -15,12 +16,16 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/releases/download/${V}/
|
||||
|
||||
WANTLIB += c m pthread startup-notification-1 xcb xcb-ewmh xcb-icccm
|
||||
WANTLIB += c cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 harfbuzz intl m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pthread startup-notification-1 xcb xcb-ewmh xcb-icccm
|
||||
WANTLIB += xcb-randr xcb-render xcb-util xcb-xinerama xcb-xkb
|
||||
WANTLIB += xcb-xrm xkbcommon xkbcommon-x11
|
||||
|
||||
BUILD_DEPENDS += devel/bison
|
||||
LIB_DEPENDS = devel/startup-notification \
|
||||
LIB_DEPENDS = devel/pango \
|
||||
devel/startup-notification \
|
||||
graphics/gdk-pixbuf2 \
|
||||
x11/xkbcommon
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
Loading…
Reference in New Issue
Block a user