From 11ee09c48e788a4df4e70a0b2da2ab11689bf3b7 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:16 +0100 Subject: [PATCH] scantailor: drop hostmakedepends provided by build_style --- srcpkgs/scantailor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scantailor/template b/srcpkgs/scantailor/template index 5eddeef4bf2..d5b11eb149e 100644 --- a/srcpkgs/scantailor/template +++ b/srcpkgs/scantailor/template @@ -5,7 +5,7 @@ revision=1 wrksrc=${pkgname}-RELEASE_${version//./_} build_style=cmake #configure_args="-DPTHREADS_CFLAGS=-pthread -DPTHREADS_LIBS=-pthread" -hostmakedepends="cmake qt-devel qt-qmake pkg-config" +hostmakedepends="qt-devel qt-qmake pkg-config" makedepends="libpng-devel tiff-devel boost-devel qt-devel libXrender-devel" short_desc="Interactive post-processing for scans" maintainer="Jürgen Buchmüller "