diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 7f06d93f47df..f6b9901b28b3 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -12,6 +12,8 @@ COMMENT= Portable scriptable network and serial communication program LICENSE= BSD3CLAUSE +BROKEN_SSL= openssl-devel + USES= ssl NO_WRKSUBDIR= yes MAKEFILE= makefile diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 65a85c26516f..b71334e247a9 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -16,6 +16,8 @@ LICENSE_NAME= American Radio Relay League, Inc. All rights reserved. LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN_SSL= openssl-devel + LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 65241a5747f6..22e37fee534d 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -29,6 +29,7 @@ BROKEN_armv6= Does not build: error: Not supported ARM architecture BROKEN_armv7= Does not build: error: invalid operand for instruction BROKEN_mips64= Does not link: undefined reference to __sync_add_and_fetch_4 BROKEN_powerpc64= Does not build +BROKEN_SSL= openssl-devel PATCH_WRKSRC= ${WRKSRC}/qt CONFIGURE_WRKSRC= ${WRKSRC}/build/qt