diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-10 00:51:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-10 00:51:38 +0800 |
commit | 6f6f509adfb6c97f838a2fc61afc0b0e5f19c14d (patch) | |
tree | 332a434b6fefc973e93e148dabd008ffa74c0fa4 | |
parent | 1d3ae8fe2e409d46cbad2c104144138796d2d4b2 (diff) | |
download | marcuscom-ports-6f6f509adfb6c97f838a2fc61afc0b0e5f19c14d.tar.gz marcuscom-ports-6f6f509adfb6c97f838a2fc61afc0b0e5f19c14d.tar.zst marcuscom-ports-6f6f509adfb6c97f838a2fc61afc0b0e5f19c14d.zip |
Add run dep on gdm3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18642 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-shell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index ae89710b6..f9d5ce36e 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -27,6 +27,7 @@ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ clutter-1.0:${PORTSDIR}/graphics/clutter \ gjs:${PORTSDIR}/lang/gjs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ + gdm>=3.6.0:${PORTSDIR}/x11/gdm3 \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USE_XZ= yes |