diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-02 22:42:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-02 22:42:06 +0000 |
commit | b377d65be2ed896854740699784d45becf0904f9 (patch) | |
tree | 8ca37e66159c3b973d429fd0f26fa5eb032c8cec | |
parent | 3f0b99f7c8fff04dcef53868f0858c211f4e2e8e (diff) | |
download | freebsd-ports-b377d65be2ed896854740699784d45becf0904f9.zip |
- Remove build dependency on the python symlink
- libfuse.so is already provided by USES=fuse
-rw-r--r-- | sysutils/fusefs-lkl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile index 27e7432f6151..f9e616b03575 100644 --- a/sysutils/fusefs-lkl/Makefile +++ b/sysutils/fusefs-lkl/Makefile @@ -12,11 +12,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 +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 |