aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2015-12-02 04:25:34 +0800
committercem <cem@FreeBSD.org>2015-12-02 04:25:34 +0800
commit3e1da5f4937ce20de219c6731e1a005b03726b40 (patch)
tree4ff8a39d850715c4928c2530324f831c4c06219e /sysutils
parentd21a7e77bba98d35238966b692286000563b0712 (diff)
downloadfreebsd-ports-gnome-3e1da5f4937ce20de219c6731e1a005b03726b40.tar.gz
freebsd-ports-gnome-3e1da5f4937ce20de219c6731e1a005b03726b40.tar.zst
freebsd-ports-gnome-3e1da5f4937ce20de219c6731e1a005b03726b40.zip
sysutils/fusefs-lkl: We don't want python2.7, we want 'python'
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-lkl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile
index 3e7260f74f4c..27e7432f6151 100644
--- a/sysutils/fusefs-lkl/Makefile
+++ b/sysutils/fusefs-lkl/Makefile
@@ -13,9 +13,10 @@ COMMENT= Full-featured Linux BTRFS, Ext4, XFS as a FUSE module
LICENSE= GPLv2
BUILD_DEPENDS+= gnubc>0:${PORTSDIR}/math/gnubc
+BUILD_DEPENDS+= python>0:${PORTSDIR}/lang/python
LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs
-USES= fuse gmake python
+USES= fuse gmake
USE_BINUTILS= yes
USE_GCC= yes
USE_GITHUB= yes