aboutsummaryrefslogtreecommitdiff
path: root/deskutils/pinot
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-05 13:01:24 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-05 13:01:24 +0000
commitac0bfd15a88eaaec1c5938f21f2ec33e5e19735e (patch)
treee48f2c6aca33d32a4386064e5f7798f1d5f4776b /deskutils/pinot
parent3cf4021900ea0f7b14f8b98efbc9a662c85ad2dc (diff)
downloadports-ac0bfd15a88eaaec1c5938f21f2ec33e5e19735e.tar.gz
ports-ac0bfd15a88eaaec1c5938f21f2ec33e5e19735e.zip
deskutils/pinot: USES+= execinfo rather than hardcoded LIB_DEPENDS
No revbump necessary, execinfo wouldn't be registered on most platforms. Approved by: infrastructure blanket (removal of redundant deps)
Notes
Notes: svn path=/head/; revision=419681
Diffstat (limited to 'deskutils/pinot')
-rw-r--r--deskutils/pinot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index 411100a0b3b8..e3688b3af93e 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -22,7 +22,6 @@ LIB_DEPENDS= libxapian.so:databases/xapian-core \
libdbus-glib-1.so:devel/dbus-glib \
libxml++-2.6.so:textproc/libxml++26 \
libboost_thread.so:devel/boost-libs \
- libexecinfo.so:devel/libexecinfo \
libexif.so:graphics/libexif \
libexiv2.so:graphics/exiv2 \
libgmime-2.4.so:mail/gmime24 \
@@ -46,7 +45,8 @@ CONFIGURE_ENV= MKDIR_P="${MKDIR}"
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lboost_system
-USES= gettext libarchive libtool pkgconfig python shebangfix sqlite:3
+USES= execinfo gettext libarchive libtool pkgconfig python \
+ shebangfix sqlite:3
USE_OPENSSL= yes
USE_XORG= pixman
USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters