libproxy: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:11 +01:00
parent 37428a2a81
commit 4af48c7334

View file

@ -5,7 +5,7 @@ revision=1
build_style=cmake
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
hostmakedepends="pkg-config python cmake"
hostmakedepends="pkg-config python"
makedepends="zlib-devel"
short_desc="A library handling all the details of proxy configuration"
maintainer="Juan RP <xtraeme@voidlinux.eu>"