diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 14:24:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 14:24:29 +0800 |
commit | 27da1a81e408d906f172c9fb808116629ab4f4dd (patch) | |
tree | 21839bced74ba228acbf7bae823adbb68a62f8ed /x11/gdm | |
parent | b68ed4615b07a95b8ea5ae0afe5cce9a4fefcac7 (diff) | |
download | freebsd-ports-gnome-27da1a81e408d906f172c9fb808116629ab4f4dd.tar.gz freebsd-ports-gnome-27da1a81e408d906f172c9fb808116629ab4f4dd.tar.zst freebsd-ports-gnome-27da1a81e408d906f172c9fb808116629ab4f4dd.zip |
USES=execinfo
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 1847ed8c81df..6d5cd97971d2 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -13,10 +13,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 version of xdm display manager BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ libpolkit-gtk-1.so:${PORTSDIR}/sysutils/polkit-gnome \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libxklavier.so:${PORTSDIR}/x11/libxklavier \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra @@ -35,7 +34,7 @@ USE_XORG= dmx dmxproto INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes -USES= pathfix gettext gmake pkgconfig tar:xz +USES= execinfo gettext gmake pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomehier gconf2 librsvg2 \ gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas |