From 1b6515a1e261fa3a66ea9f122fbdd5cbb07c324a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Apr 2013 11:44:16 +0200 Subject: [PATCH] libnfs: needs libtool to build. --- srcpkgs/libnfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libnfs/template b/srcpkgs/libnfs/template index 56924584f2..5a39bdf971 100644 --- a/srcpkgs/libnfs/template +++ b/srcpkgs/libnfs/template @@ -5,7 +5,7 @@ revision=2 wrksrc="sahlberg-libnfs-47e5a2c" build_style=gnu-configure configure_args="--disable-static" -hostmakedepends="pkg-config automake" +hostmakedepends="libtool pkg-config automake" short_desc="Client library for accessing NFS shares" maintainer="Juan RP " homepage="https://github.com/sahlberg/libnfs"