clucene: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:03 +01:00
parent 2c78df79c3
commit 751b276316

View file

@ -7,7 +7,7 @@ build_style=cmake
configure_args="-DENABLE_ASCII_MODE=OFF -DENABLE_PACKAGING=OFF
-DBUILD_CONTRIBS_LIB:BOOL=ON -DLIB_DESTINATION:PATH=/usr/lib
-DLUCENE_SYS_INCLUDES:PATH=/usr/include -DDISABLE_MULTITHREADING=OFF"
hostmakedepends="cmake pkg-config"
hostmakedepends="pkg-config"
makedepends="zlib-devel boost-devel"
short_desc="Text search engine written in C++"
homepage="http://clucene.sourceforge.net/"