diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-29 00:57:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-29 00:57:50 +0800 |
commit | f3e8c7169675e66a503b2928468c61560394d7c2 (patch) | |
tree | 714ffb2c6f958b576b2195faf9b4e4ecace8afcb /security/pond | |
parent | ea8e29b60adfc93752747ac5fe7a0f5aec990724 (diff) | |
download | freebsd-ports-graphics-f3e8c7169675e66a503b2928468c61560394d7c2.tar.gz freebsd-ports-graphics-f3e8c7169675e66a503b2928468c61560394d7c2.tar.zst freebsd-ports-graphics-f3e8c7169675e66a503b2928468c61560394d7c2.zip |
Remove bad usage of BROKEN
With hat: portmgr
Diffstat (limited to 'security/pond')
-rw-r--r-- | security/pond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 32c08fad080..005a639d7f5 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= tor:${PORTSDIR}/security/tor LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ libtspi.so:${PORTSDIR}/security/trousers -BROKEN= Experimental. Know what you do! +IGNORE= Experimental. Know what you do! PLIST_FILES= bin/server bin/client USE_GNOME= gtk30 GO_PKGNAME= github.com/agl/pond |