Explicit RUN_DEPENDS on sysutils/accountsservice.
This commit is contained in:
parent
4f3d0b0c45
commit
f761c34383
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.100 2014/10/15 13:35:36 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.101 2014/10/15 13:50:50 ajacoutot Exp $
|
||||
|
||||
COMMENT= next generation GNOME shell
|
||||
|
||||
GNOME_PROJECT= gnome-shell
|
||||
GNOME_VERSION= 3.14.1
|
||||
REVISION= 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -57,9 +58,8 @@ LIB_DEPENDS= audio/pulseaudio \
|
||||
x11/gnome/gjs \
|
||||
x11/gnome/mutter>=3.14.1
|
||||
|
||||
# configure looks for gnome-keybindings.pc
|
||||
# configure looks for gnome-keybindings.pc;
|
||||
# system.js, backgroundMenu.js, network.js, remoteSearch.js
|
||||
# brings accountsservice and gnome-menus introspection libs
|
||||
BUILD_DEPENDS += x11/gnome/controlcenter
|
||||
RUN_DEPENDS += x11/gnome/controlcenter
|
||||
|
||||
@ -78,6 +78,10 @@ RUN_DEPENDS += devel/py-gobject3
|
||||
# be installed separately or as part of the "gnome-extra" meta-package.
|
||||
#RUN_DEPENDS += mail/evolution
|
||||
|
||||
# polkitAgent.js, endSessionDialog.js, screenShield.js, status/system.js,
|
||||
# unlockDialog.js, userWidget.js
|
||||
RUN_DEPENDS += sysutils/accountsservice
|
||||
|
||||
# dateMenu.js
|
||||
RUN_DEPENDS += x11/gnome/clocks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user