diff options
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 2e25464..345cf46 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -11,30 +11,30 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 version of xdm display manager -BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ - itstool:${PORTSDIR}/textproc/itstool \ - iso-codes>=0:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libupower-glib.so:${PORTSDIR}/sysutils/upower \ - libnss3.so:${PORTSDIR}/security/nss \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 -RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ - gnome-shell>=3.15.92:${PORTSDIR}/x11/gnome-shell \ - gnome-settings-daemon>=3.0.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ - gnome-keyring-3:${PORTSDIR}/security/gnome-keyring \ - gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \ - gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ - polkit-gnome>=0.105:${PORTSDIR}/sysutils/polkit-gnome \ - at-spi2-core>=0:${PORTSDIR}/accessibility/at-spi2-core \ - iso-codes>=0:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \ + itstool:textproc/itstool \ + iso-codes>=0:misc/iso-codes +LIB_DEPENDS= libck-connector.so:sysutils/consolekit \ + libdbus-glib-1.so:devel/dbus-glib \ + libupower-glib.so:sysutils/upower \ + libnss3.so:security/nss \ + libfontconfig.so:x11-fonts/fontconfig \ + libaccountsservice.so:sysutils/accountsservice \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 +RUN_DEPENDS= zenity>=3.0.0:x11/zenity \ + gnome-shell>=3.15.92:x11/gnome-shell \ + gnome-settings-daemon>=3.0.0:sysutils/gnome-settings-daemon \ + gnome-keyring-3:security/gnome-keyring \ + gnome-session>=3.0.0:x11/gnome-session \ + gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ + polkit-gnome>=0.105:sysutils/polkit-gnome \ + at-spi2-core>=0:accessibility/at-spi2-core \ + iso-codes>=0:misc/iso-codes # used in scripts -RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/xrdb \ - setxkbmap:${PORTSDIR}/x11/setxkbmap \ - xmodmap:${PORTSDIR}/x11/xmodmap \ - xterm:${PORTSDIR}/x11/xterm +RUN_DEPENDS+= xrdb:x11/xrdb \ + setxkbmap:x11/setxkbmap \ + xmodmap:x11/xmodmap \ + xterm:x11/xterm USERS= gdm GROUPS= gdm |