1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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)
This commit is contained in:
John Marino 2016-08-05 13:01:24 +00:00
parent 3cf4021900
commit ac0bfd15a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419681

View File

@ -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