diff options
author | mat <mat@FreeBSD.org> | 2017-04-14 22:42:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-14 22:42:59 +0800 |
commit | 3b33a9def07e5f49aceb47c6699c9ac434a819c5 (patch) | |
tree | f41338cea588bc6a103d902c2ffe30dbac294ba1 /www | |
parent | 152a23ad079d4de3fdf95af1e96d1f3ce6247a2f (diff) | |
download | freebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.tar.gz freebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.tar.zst freebsd-ports-gnome-3b33a9def07e5f49aceb47c6699c9ac434a819c5.zip |
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.
Suggested by: sunpoet
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_gssapi/Makefile | 4 | ||||
-rw-r--r-- | www/mod_spdy/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index c22941f67eae..774d7d35c2a2 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -22,7 +22,7 @@ USES= gmake libtool perl5 ssl tar:tgz USE_PERL5= build USE_LDCONFIG= yes -BROKEN_OPENSSL= openssl-devel +BROKEN_SSL= openssl-devel post-install: ${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \ diff --git a/www/mod_auth_gssapi/Makefile b/www/mod_auth_gssapi/Makefile index 1c5fe6ccaec7..1ff2d34ed2bb 100644 --- a/www/mod_auth_gssapi/Makefile +++ b/www/mod_auth_gssapi/Makefile @@ -29,8 +29,8 @@ SUB_FILES= ${APMOD_FILE} APMOD_FILE= 240_${PORTNAME}.conf.sample PLIST_SUB+= APMOD_FILE=${APMOD_FILE} -IGNORE_OPENSSL= libressl libressl-devel -IGNORE_OPENSSL_REASON= mod_auth_gssapi currently only supports OpenSSL +IGNORE_SSL= libressl libressl-devel +IGNORE_SSL_REASON= mod_auth_gssapi currently only supports OpenSSL do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 613ca4fa4099..6bee0c45a7c2 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -82,8 +82,8 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} -BROKEN_OPENSSL= libressl libressl-devel -BROKEN_OPENSSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2 +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2 .include <bsd.port.pre.mk> |