diff options
author | cs <cs@FreeBSD.org> | 2014-09-06 03:32:58 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-09-06 03:32:58 +0800 |
commit | 5494e0e110a17054ed1501fab66acadd63da5bc8 (patch) | |
tree | d80ba841f694c20bd1ba3ee38feabc026a42b092 /security | |
parent | da299a4256f2f2773ab931787749cc0157fd001b (diff) | |
download | freebsd-ports-gnome-5494e0e110a17054ed1501fab66acadd63da5bc8.tar.gz freebsd-ports-gnome-5494e0e110a17054ed1501fab66acadd63da5bc8.tar.zst freebsd-ports-gnome-5494e0e110a17054ed1501fab66acadd63da5bc8.zip |
Remove IGNORE -- port should work fine now
Diffstat (limited to 'security')
-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 |