Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2015 20:25:34 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402782 - head/sysutils/fusefs-lkl
Message-ID:  <201512012025.tB1KPY11080099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem (src committer)
Date: Tue Dec  1 20:25:34 2015
New Revision: 402782
URL: https://svnweb.freebsd.org/changeset/ports/402782

Log:
  sysutils/fusefs-lkl: We don't want python2.7, we want 'python'

Modified:
  head/sysutils/fusefs-lkl/Makefile

Modified: head/sysutils/fusefs-lkl/Makefile
==============================================================================
--- head/sysutils/fusefs-lkl/Makefile	Tue Dec  1 20:18:31 2015	(r402781)
+++ head/sysutils/fusefs-lkl/Makefile	Tue Dec  1 20:25:34 2015	(r402782)
@@ -13,9 +13,10 @@ COMMENT=	Full-featured Linux BTRFS, Ext4
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512012025.tB1KPY11080099>