From owner-svn-ports-all@freebsd.org Tue Dec 1 20:25:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13DEA3EE8A; Tue, 1 Dec 2015 20:25:35 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEED31985; Tue, 1 Dec 2015 20:25:35 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1KPY8i080100; Tue, 1 Dec 2015 20:25:34 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB1KPY11080099; Tue, 1 Dec 2015 20:25:34 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201512012025.tB1KPY11080099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Tue, 1 Dec 2015 20:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402782 - head/sysutils/fusefs-lkl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 20:25:36 -0000 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