diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-09 13:50:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-09 13:50:13 +0800 |
commit | c2df46b05fc404d31882ef645536d781f2a3f4ec (patch) | |
tree | 5d933001c585af2512c688aadcf7f8726079f4f2 /security | |
parent | 2fb7058af9e59b0972eefb53195943bdf6ca2f5c (diff) | |
download | freebsd-ports-gnome-c2df46b05fc404d31882ef645536d781f2a3f4ec.tar.gz freebsd-ports-gnome-c2df46b05fc404d31882ef645536d781f2a3f4ec.tar.zst freebsd-ports-gnome-c2df46b05fc404d31882ef645536d781f2a3f4ec.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'security')
-rw-r--r-- | security/certificate-transparency/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile index 19abf28628a7..cec88aa08aa9 100644 --- a/security/certificate-transparency/Makefile +++ b/security/certificate-transparency/Makefile @@ -37,4 +37,11 @@ CPPFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include/evhtp" LDFLAGS+= "-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= could not find the OpenSSL libraries +BROKEN_FreeBSD_13= could not find the OpenSSL libraries +.endif + +.include <bsd.port.post.mk> |