Date: Wed, 2 Dec 2015 22:42:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402860 - head/sysutils/fusefs-lkl Message-ID: <201512022242.tB2Mg63K051382@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 2 22:42:06 2015 New Revision: 402860 URL: https://svnweb.freebsd.org/changeset/ports/402860 Log: - Remove build dependency on the python symlink - libfuse.so is already provided by USES=fuse Modified: head/sysutils/fusefs-lkl/Makefile Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Wed Dec 2 22:37:15 2015 (r402859) +++ head/sysutils/fusefs-lkl/Makefile Wed Dec 2 22:42:06 2015 (r402860) @@ -12,11 +12,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 +BUILD_DEPENDS= gnubc>0:${PORTSDIR}/math/gnubc -USES= fuse gmake +USES= fuse gmake python:build shebangfix +SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py 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?201512022242.tB2Mg63K051382>