diff options
-rw-r--r-- | x11/mate-session-manager/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 1880afab1dfd..936346f629dc 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -11,14 +11,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the MATE desktop LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libupower-glib.so:${PORTSDIR}/sysutils/upower \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libupower-glib.so:${PORTSDIR}/sysutils/upower RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= execinfo gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= desktop USE_XORG= ice sm xau xext xrandr xrender xtrans xtst USE_GNOME= gtk20 intlhack librsvg2 libxslt pango |