pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Sep  9 10:23:00 UTC 2023

Modified Files:
        pkgsrc/filesystems/fuse: Makefile

Log Message:
filesystems/fuse: needs gettext.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/filesystems/fuse/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/Makefile
diff -u pkgsrc/filesystems/fuse/Makefile:1.15 pkgsrc/filesystems/fuse/Makefile:1.16
--- pkgsrc/filesystems/fuse/Makefile:1.15       Fri Sep  8 06:01:04 2023
+++ pkgsrc/filesystems/fuse/Makefile    Sat Sep  9 10:23:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/09/08 06:01:04 vins Exp $
+# $NetBSD: Makefile,v 1.16 2023/09/09 10:23:00 vins Exp $
 #
 
 DISTNAME=      fuse-2.9.9
@@ -22,10 +22,12 @@ ONLY_FOR_PLATFORM=  Linux-*-* FreeBSD-*-*
 # implementation is not needed. This FUSE implementation can also be
 # used with the perfuse package on NetBSD.
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config gettext
 USE_TOOLS+=    autoconf automake autoreconf
 USE_LIBTOOL=   yes
 
+TOOL_DEPENDS+=         gettext-m4-[0-9]*:../../devel/gettext-m4
+
 CONFIGURE_ARGS+=       --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=       --with-pkgconfigdir=${PREFIX}/lib/pkgconfig
 
@@ -71,4 +73,5 @@ post-install:
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index