svn commit: r402860 - head/sysutils/fusefs-lkl

Antoine Brodin antoine at FreeBSD.org
Wed Dec 2 22:42:08 UTC 2015


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


More information about the svn-ports-head mailing list