Date: Thu, 17 Dec 2015 15:16:03 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403907 - head/sysutils/dunst Message-ID: <201512171516.tBHFG3rr092099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512171516.tBHFG3rr092099>