diff --git a/srcpkgs/xob/template b/srcpkgs/xob/template index f2d1701f523..dfac3851302 100644 --- a/srcpkgs/xob/template +++ b/srcpkgs/xob/template @@ -1,9 +1,10 @@ # Template file for 'xob' pkgname=xob version=0.3 -revision=1 +revision=2 build_style=gnu-makefile -make_install_args="prefix=/usr sysconfdir=/etc" +make_build_args="prefix=/usr sysconfdir=/etc" +make_install_args="$make_build_args" make_use_env=yes hostmakedepends="pkg-config" makedepends="libX11-devel libconfig-devel libXrender-devel"