diff options
-rw-r--r-- | security/pond/Makefile | 4 | ||||
-rw-r--r-- | security/pond/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 94f48a3183c7..cf30e61ab949 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -14,8 +14,6 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE -BROKEN= wrong build depends - BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net @@ -23,6 +21,8 @@ RUN_DEPENDS= tor:security/tor LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libtspi.so:security/trousers +BROKEN= wrong build depends + USES= go PLIST_FILES= bin/pond-server bin/pond USE_GNOME= gtk30 diff --git a/security/pond/pkg-descr b/security/pond/pkg-descr index 45dbd0b25b4e..7c462156bb0b 100644 --- a/security/pond/pkg-descr +++ b/security/pond/pkg-descr @@ -6,4 +6,4 @@ traffic information against everyone except a global passive attacker. Pond is experimental software! DO NOT USE IT FOR ANYTHING REAL!!! Use security/gnupg instead. -WWW: https://github.com/agl/pond/ +WWW: https://github.com/agl/pond |