aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-02-19 11:59:25 +0800
committerlinimon <linimon@FreeBSD.org>2018-02-19 11:59:25 +0800
commit373de734410d83f7e907ef5f358c384af4ba5f5e (patch)
tree96a90364f9dc545ca10ea20e0158f13198495232 /security
parent68dcdf45ac6bd7899988e95201856e037ef65efa (diff)
downloadfreebsd-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/Makefile2
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 \