diff options
author | linimon <linimon@FreeBSD.org> | 2018-02-19 11:59:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-02-19 11:59:25 +0800 |
commit | 373de734410d83f7e907ef5f358c384af4ba5f5e (patch) | |
tree | 96a90364f9dc545ca10ea20e0158f13198495232 /security | |
parent | 68dcdf45ac6bd7899988e95201856e037ef65efa (diff) | |
download | freebsd-ports-gnome-373de734410d83f7e907ef5f358c384af4ba5f5e.tar.gz freebsd-ports-gnome-373de734410d83f7e907ef5f358c384af4ba5f5e.tar.zst freebsd-ports-gnome-373de734410d83f7e907ef5f358c384af4ba5f5e.zip |
Give this a more descriptive error message.
Diffstat (limited to 'security')
-rw-r--r-- | security/fastd-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index 41e9595ed587..72b4f7ca8d05 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -14,7 +14,7 @@ COMMENT= Fast and Secure Tunnelling Daemon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BROKEN= fails to build +BROKEN= fails to build: cipher_aes128_ctr_nacl.c:36:10: 'crypto_stream_aes128ctr.h' file not found LIB_DEPENDS= libjson-c.so:devel/json-c \ libsodium.so:security/libsodium \ |