diff options
author | Carlo Strub <cs@FreeBSD.org> | 2015-12-26 12:23:15 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2015-12-26 12:23:15 +0000 |
commit | 0bf1510fcfe57ddb8cc6e89c935101af207d2172 (patch) | |
tree | fb914b2805b4b3d1eb6afefeb51e2a0aca1f6cb8 /security/pond | |
parent | 37982a8ab94faf06ce730e8f30b13ac1a6fe51c5 (diff) |
Notes
Diffstat (limited to 'security/pond')
-rw-r--r-- | security/pond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 743c5e1146b8..5ea0d5f6879f 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -2,7 +2,7 @@ PORTNAME= pond PORTVERSION= 20140824 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20140824.tar.gz \ @@ -15,7 +15,7 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \ - ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/goprotobuf/proto.a:${PORTSDIR}/devel/goprotobuf \ + ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:${PORTSDIR}/devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:${PORTSDIR}/net/go.net RUN_DEPENDS= tor:${PORTSDIR}/security/tor LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ |