svn commit: r403907 - head/sysutils/dunst

Pawel Pekala pawel at FreeBSD.org
Thu Dec 17 15:16:05 UTC 2015


Author: pawel
Date: Thu Dec 17 15:16:03 2015
New Revision: 403907
URL: https://svnweb.freebsd.org/changeset/ports/403907

Log:
  Switch to USES=execinfo
  
  PR:		205365
  Submitted by:	pawel
  Approved by:	maintainer

Modified:
  head/sysutils/dunst/Makefile

Modified: head/sysutils/dunst/Makefile
==============================================================================
--- head/sysutils/dunst/Makefile	Thu Dec 17 13:36:49 2015	(r403906)
+++ head/sysutils/dunst/Makefile	Thu Dec 17 15:16:03 2015	(r403907)
@@ -13,7 +13,6 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
 		libdbus-1.so:${PORTSDIR}/devel/dbus \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libnotify.so:${PORTSDIR}/devel/libnotify \
 		libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango \
@@ -21,7 +20,7 @@ LIB_DEPENDS=	libcairo.so:${PORTSDIR}/gra
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	knopwob
-USES=		gmake pkgconfig:build perl5
+USES=		execinfo gmake pkgconfig:build perl5
 USE_GNOME=	glib20
 USE_XORG=	xext xft xinerama xscrnsaver
 MAKE_ARGS+=	MANPREFIX="${PREFIX}/man"


More information about the svn-ports-all mailing list