aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2011-01-12 04:35:21 +0800
committerthierry <thierry@FreeBSD.org>2011-01-12 04:35:21 +0800
commitc161c06046523bc943ecc07cfb05e87bb6f91053 (patch)
treea6b7193cabd3e37b67152cc73aa6f465e1c886a7 /deskutils
parent720c5fe6a0c4698411cac16e6d691363879f16cb (diff)
downloadfreebsd-ports-gnome-c161c06046523bc943ecc07cfb05e87bb6f91053.tar.gz
freebsd-ports-gnome-c161c06046523bc943ecc07cfb05e87bb6f91053.tar.zst
freebsd-ports-gnome-c161c06046523bc943ecc07cfb05e87bb6f91053.zip
Add a missing dependency on execinfo.
Reported by: pointyhat via droso Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/pinot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index cd45f2c37c89..56c2bca62f0a 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -22,7 +22,8 @@ LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core \
textcat.0:${PORTSDIR}/textproc/libtextcat \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \
- boost_thread.4:${PORTSDIR}/devel/boost-libs \
+ boost_thread.4:${PORTSDIR}/devel/boost-libs \
+ execinfo.1:${PORTSDIR}/devel/libexecinfo \
exif.12:${PORTSDIR}/graphics/libexif \
gmime-2.4:${PORTSDIR}/mail/gmime24 \
tag.1:${PORTSDIR}/audio/taglib \