svn commit: r458522 - head/sysutils/fusefs-sshfs

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jan 9 12:13:04 UTC 2018


Author: bofh
Date: Tue Jan  9 12:13:02 2018
New Revision: 458522
URL: https://svnweb.freebsd.org/changeset/ports/458522

Log:
  sysutils/fusefs-sshfs: Fix installation with python
  
  Submitted by:	w.schwarzenfeld at utanet.at
  Reported by:	w.schwarzenfeld at utanet.at

Modified:
  head/sysutils/fusefs-sshfs/Makefile

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Tue Jan  9 11:45:22 2018	(r458521)
+++ head/sysutils/fusefs-sshfs/Makefile	Tue Jan  9 12:13:02 2018	(r458522)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sshfs
 PORTVERSION=	3.3.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
@@ -13,7 +14,7 @@ COMMENT=	Mount remote directories over ssh
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	rst2man:textproc/py-docutils
+BUILD_DEPENDS=	rst2man:textproc/py-docutils@${FLAVOR}
 
 USES=		fuse:3 gettext meson pkgconfig
 


More information about the svn-ports-all mailing list