summaryrefslogtreecommitdiff
path: root/filesystems/fuse-pcachefs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
committerwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
commit1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch)
tree95091f0e1c112f56d844f0d6a7a55d9882abee3e /filesystems/fuse-pcachefs
parent7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff)
downloadpkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'filesystems/fuse-pcachefs')
-rw-r--r--filesystems/fuse-pcachefs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/fuse-pcachefs/Makefile b/filesystems/fuse-pcachefs/Makefile
index 533ae8c40d8..9db004c96f6 100644
--- a/filesystems/fuse-pcachefs/Makefile
+++ b/filesystems/fuse-pcachefs/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/03 19:26:21 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.9 2020/08/31 23:07:02 wiz Exp $
DISTNAME= fuse-pcachefs-0.0.20160203
PKGREVISION= 1
@@ -13,7 +12,7 @@ HOMEPAGE= https://github.com/ibizaman/pcachefs
COMMENT= FUSE-based persistent caching filesystem
LICENSE= apache-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools:build
EGG_NAME= pCacheFS-0.2
PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
@@ -21,4 +20,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/fuse.buildlink3.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"