diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-07-23 21:42:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-07-23 21:42:51 +0000 |
commit | ad9e5076ec9a8b1bf36c456b7116b1ce35c15f61 (patch) | |
tree | 4d7481e6e798636dcd354b6ce4bf733a26918d89 /sysutils/fusefs-sshfs | |
parent | 99fb5893e9c6a86577bb3d94f2b61bdbff7b58b5 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 18067e8c1dd2..b540312e0a98 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -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 |