summaryrefslogtreecommitdiff
path: root/extra/libproxy
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libproxy')
-rw-r--r--extra/libproxy/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD
index fa9da718c..31118293d 100644
--- a/extra/libproxy/PKGBUILD
+++ b/extra/libproxy/PKGBUILD
@@ -9,11 +9,10 @@ arch=(i686 x86_64 'mips64el')
license=('LGPL')
depends=('gcc-libs')
optdepends=('gconf: GNOME configuration module'
- 'kdelibs: KDE configuration module'
'networkmanager: NetworkManager configuration module'
'perl: Perl bindings'
'python2: Python bindings')
-makedepends=('gconf' 'cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+makedepends=('gconf' 'cmake' 'networkmanager' 'python2' 'perl')
url="http://libproxy.googlecode.com"
source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
options=('!libtool')
@@ -29,6 +28,7 @@ build() {
-DPERL_VENDORINSTALL=yes \
-DCMAKE_BUILD_TYPE=None \
-WITH_WEBKIT=OFF \
+ -WITH_MOZJS=OFF \
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-DCMAKE_C_FLAGS="${CFLAGS}" \
..