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

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jul 23 21:42:52 UTC 2018


Author: bofh
Date: Mon Jul 23 21:42:51 2018
New Revision: 475207
URL: https://svnweb.freebsd.org/changeset/ports/475207

Log:
  sysutils/fusefs-sshfs: Fix FLAVOR for docutils

Modified:
  head/sysutils/fusefs-sshfs/Makefile

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Mon Jul 23 21:42:26 2018	(r475206)
+++ head/sysutils/fusefs-sshfs/Makefile	Mon Jul 23 21:42:51 2018	(r475207)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sshfs
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
@@ -13,8 +14,7 @@ COMMENT=	Mount remote directories over ssh
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR}
-
+BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
 USES=		fuse:3 gettext meson pkgconfig
 


More information about the svn-ports-all mailing list