diff options
author | marino <marino@FreeBSD.org> | 2016-08-05 21:01:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-05 21:01:24 +0800 |
commit | ef6a46c4f0cac19f5a9983b88b7e6db5b6e2f035 (patch) | |
tree | e48f2c6aca33d32a4386064e5f7798f1d5f4776b /deskutils/pinot | |
parent | f8ed0bd567e82f22cc8620fa36e0a7cbd4d8e491 (diff) | |
download | freebsd-ports-gnome-ef6a46c4f0cac19f5a9983b88b7e6db5b6e2f035.tar.gz freebsd-ports-gnome-ef6a46c4f0cac19f5a9983b88b7e6db5b6e2f035.tar.zst freebsd-ports-gnome-ef6a46c4f0cac19f5a9983b88b7e6db5b6e2f035.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)
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 4 |
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 |