diff --git a/srcpkgs/gtklp/template b/srcpkgs/gtklp/template index 06602be8fe..117158436f 100644 --- a/srcpkgs/gtklp/template +++ b/srcpkgs/gtklp/template @@ -8,7 +8,11 @@ license="GPL-2" build_style="gnu-configure" configure_args="--enable-ssl --with-cups-config=${XBPS_CROSS_BASE}/usr/bin/cups-config" short_desc="Gtk frontend to cups - IPP support" -hostmakedepends="automake pkg-config" +hostmakedepends="automake libtool pkg-config" makedepends="libressl-devel gtk+-devel cups-devel" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.src.tar.gz" checksum=6e105c22b8e3e855bfba060cb3285959841f04439077b0a533f14f6aa52bfbbf + +pre_configure() { + autoreconf -if +}