diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-09-05 19:32:58 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-09-05 19:32:58 +0000 |
commit | 92ffba79fd97eb6f1340cb970eaa411fbf457834 (patch) | |
tree | d80ba841f694c20bd1ba3ee38feabc026a42b092 | |
parent | 16e52a14ab2ceda855478adc853d6c49aa80a771 (diff) | |
download | freebsd-ports-92ffba79fd97eb6f1340cb970eaa411fbf457834.zip |
Remove IGNORE -- port should work fine now
-rw-r--r-- | security/pond/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 8affa27714b0..d73874c81d1a 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -13,14 +13,13 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a>=20140828:${PORTSDIR}/security/go.crypto \ +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}/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 \ libtspi.so:${PORTSDIR}/security/trousers -IGNORE= Experimental. Know what you do! PLIST_FILES= bin/pond-server bin/pond USE_GNOME= gtk30 GO_PKGNAME= github.com/agl/pond |