pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-sshfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:18:04 UTC 2023

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

Log Message:
fuse-sshfs: build using python 3 only


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/fuse-sshfs/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-sshfs/Makefile
diff -u pkgsrc/filesystems/fuse-sshfs/Makefile:1.8 pkgsrc/filesystems/fuse-sshfs/Makefile:1.9
--- pkgsrc/filesystems/fuse-sshfs/Makefile:1.8  Wed Aug 24 22:26:32 2022
+++ pkgsrc/filesystems/fuse-sshfs/Makefile      Tue May  2 16:18:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/08/24 22:26:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/02 16:18:04 wiz Exp $
 
 DISTNAME=      sshfs-3.7.3
 PKGNAME=       fuse-${DISTNAME}
@@ -16,7 +16,8 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES= c
 USE_TOOLS=     pkg-config
 
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_FOR_BUILD_ONLY=         tool
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
 



Home | Main Index | Thread Index | Old Index