svn commit: r393654 - head/x11/mate-session-manager

Koop Mast kwm at FreeBSD.org
Thu Aug 6 12:15:07 UTC 2015


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 at 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


More information about the svn-ports-all mailing list