diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-01-09 12:13:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-01-09 12:13:02 +0000 |
commit | a3be89e5a7c80be2353de4fb672038b2d1e517d7 (patch) | |
tree | a0a3e851792c74b4b0a400f2884573090ce219c5 /sysutils/fusefs-sshfs | |
parent | 461101554158eeee490073bda6b881daf8435a86 (diff) | |
download | ports-a3be89e5a7c80be2353de4fb672038b2d1e517d7.tar.gz ports-a3be89e5a7c80be2353de4fb672038b2d1e517d7.zip |
sysutils/fusefs-sshfs: Fix installation with python
Submitted by: w.schwarzenfeld@utanet.at
Reported by: w.schwarzenfeld@utanet.at
Notes
Notes:
svn path=/head/; revision=458522
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 53226049f879..565206992817 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -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 |