Date: Thu, 6 Aug 2015 12:15:07 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393654 - head/x11/mate-session-manager Message-ID: <201508061215.t76CF7xc013088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Aug 6 12:15:06 2015 New Revision: 393654 URL: https://svnweb.freebsd.org/changeset/ports/393654 Log: Switch to USES=execinfo. Submitted by: Ting-Wei Lan Modified: head/x11/mate-session-manager/Makefile Modified: head/x11/mate-session-manager/Makefile ============================================================================== --- head/x11/mate-session-manager/Makefile Thu Aug 6 11:42:04 2015 (r393653) +++ head/x11/mate-session-manager/Makefile Thu Aug 6 12:15:06 2015 (r393654) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508061215.t76CF7xc013088>