aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-12-17 15:16:03 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-12-17 15:16:03 +0000
commit4c7f6eb4d604cbabf73a1eadab7a9856978f35f2 (patch)
treed90284953976aecb7b2e9cf55d081491125ab3a9 /sysutils
parentd169da797e709eb6dd21925571e861004791573c (diff)
downloadports-4c7f6eb4d604cbabf73a1eadab7a9856978f35f2.tar.gz
ports-4c7f6eb4d604cbabf73a1eadab7a9856978f35f2.zip
Switch to USES=execinfo
PR: 205365 Submitted by: pawel Approved by: maintainer
Notes
Notes: svn path=/head/; revision=403907
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dunst/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index ae82b1418829..b57e409ad04a 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -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}/graphics/cairo \
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"