diff --git a/srcpkgs/libxslt/libxslt-devel.template b/srcpkgs/libxslt/libxslt-devel.template index 7e561d71d9a..dc8fb93f7c6 100644 --- a/srcpkgs/libxslt/libxslt-devel.template +++ b/srcpkgs/libxslt/libxslt-devel.template @@ -1,6 +1,6 @@ # Template file for 'libxslt-devel'. # -depends="libxslt>=${version}" +depends="libxml2-devel libxslt-${version}_${revision}" short_desc="${short_desc} (development files)" long_desc="${long_desc} diff --git a/srcpkgs/libxslt/libxslt-python.rshlibs b/srcpkgs/libxslt/libxslt-python.rshlibs index 06454058af2..d762f3e30d2 100644 --- a/srcpkgs/libxslt/libxslt-python.rshlibs +++ b/srcpkgs/libxslt/libxslt-python.rshlibs @@ -1,13 +1,5 @@ libexslt.so.0 -libgcrypt.so.11 -libgpg-error.so.0 libxslt.so.1 libxml2.so.2 -libz.so.1 -librt.so.1 -libpthread.so.0 -libdl.so.2 -libutil.so.1 -libm.so.6 libpython2.7.so.1.0 libc.so.6 diff --git a/srcpkgs/libxslt/libxslt.rshlibs b/srcpkgs/libxslt/libxslt.rshlibs index 204fc4e1c36..4bb20715ab7 100644 --- a/srcpkgs/libxslt/libxslt.rshlibs +++ b/srcpkgs/libxslt/libxslt.rshlibs @@ -1,7 +1,5 @@ librt.so.1 libxml2.so.2 libc.so.6 -libz.so.1 libm.so.6 libgcrypt.so.11 -libgpg-error.so.0 diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index d98eb22aa1e..0eb4612f9e6 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,7 +1,7 @@ # Template build file for 'libxslt'. pkgname=libxslt version=1.1.27 -revision=1 +revision=2 subpackages="${pkgname}-devel ${pkgname}-python" build_style=gnu-configure configure_args="--disable-static"