Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 21:42:51 +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: r475207 - head/sysutils/fusefs-sshfs
Message-ID:  <201807232142.w6NLgpMo048466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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