diff options
author | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
commit | 1b0417656969bd1c326432fe019d9a6f6bf42997 (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /security/apache-xml-security-c/Makefile | |
parent | e5874ca09869a82a5afd977e105a07506a5f15ad (diff) | |
download | freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.gz freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.zst freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.zip |
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 0e85cdc29cfc..d9c8490ca44d 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENS CPE_PRODUCT= xml_security_for_c\+\+ CPE_VENDOR= apache -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st) +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= field has incomplete type HMAC_CTX (aka hmac_ctx_st) .include <bsd.port.mk> |