pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-bindfs



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 27 04:24:05 UTC 2022

Modified Files:
        pkgsrc/filesystems/fuse-bindfs: Makefile

Log Message:
Mark the package as requiring libtool


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/filesystems/fuse-bindfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-bindfs/Makefile
diff -u pkgsrc/filesystems/fuse-bindfs/Makefile:1.7 pkgsrc/filesystems/fuse-bindfs/Makefile:1.8
--- pkgsrc/filesystems/fuse-bindfs/Makefile:1.7 Fri Jan 14 14:47:26 2022
+++ pkgsrc/filesystems/fuse-bindfs/Makefile     Thu Jan 27 04:24:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/14 14:47:26 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/27 04:24:05 pho Exp $
 
 DISTNAME=      bindfs-1.15.1
 PKGNAME=       fuse-${DISTNAME}
@@ -15,6 +15,7 @@ USE_FEATURES= getline
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    automake autoreconf gmake pkg-config
+USE_LIBTOOL=   yes
 
 pre-configure:
        cd ${WRKSRC} && autoreconf



Home | Main Index | Thread Index | Old Index