Thu Jan 27 04:24:05 2022 UTC ()
Mark the package as requiring libtool


(pho)
diff -r1.7 -r1.8 pkgsrc/filesystems/fuse-bindfs/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/filesystems/fuse-bindfs/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/fuse-bindfs/Makefile 2022/01/14 14:47:26 1.7
+++ pkgsrc/filesystems/fuse-bindfs/Makefile 2022/01/27 04:24:05 1.8
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.7 2022/01/14 14:47:26 schmonz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/01/27 04:24:05 pho Exp $
2 2
3DISTNAME= bindfs-1.15.1 3DISTNAME= bindfs-1.15.1
4PKGNAME= fuse-${DISTNAME} 4PKGNAME= fuse-${DISTNAME}
5CATEGORIES= filesystems 5CATEGORIES= filesystems
6MASTER_SITES= https://bindfs.org/downloads/ 6MASTER_SITES= https://bindfs.org/downloads/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://bindfs.org/ 9HOMEPAGE= https://bindfs.org/
10COMMENT= Remounts file system subtrees in arbitrary locations 10COMMENT= Remounts file system subtrees in arbitrary locations
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_FEATURES= getline 13USE_FEATURES= getline
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_TOOLS+= automake autoreconf gmake pkg-config 17USE_TOOLS+= automake autoreconf gmake pkg-config
 18USE_LIBTOOL= yes
18 19
19pre-configure: 20pre-configure:
20 cd ${WRKSRC} && autoreconf 21 cd ${WRKSRC} && autoreconf
21 22
22.include "../../mk/fuse.buildlink3.mk" 23.include "../../mk/fuse.buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"