diff options
-rw-r--r-- | security/kbfsd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/kbfsd/Makefile b/security/kbfsd/Makefile index 81ddced21667..01c29861dc0b 100644 --- a/security/kbfsd/Makefile +++ b/security/kbfsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= kbfsd DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= 0mp@FreeBSD.org @@ -11,10 +12,7 @@ COMMENT= Service daemon for the Keybase filesystem (KBFS) # There is no license file in v1.2.0. LICENSE= BSD2CLAUSE -BROKEN= conflicting dependencies - -RUN_DEPENDS= kbfsfuse:security/kbfs \ - keybase:security/keybase +RUN_DEPENDS= keybase>=3.0.0_1:security/keybase USE_GITHUB= yes GH_ACCOUNT= 0mp |