Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2018 12:13:02 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458522 - head/sysutils/fusefs-sshfs
Message-ID:  <201801091213.w09CD2bV075762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@utanet.at
  Reported by:	w.schwarzenfeld@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801091213.w09CD2bV075762>