--- dns/knot/Makefile.orig 2015-04-10 21:59:25.606024000 +0200 +++ dns/knot/Makefile 2015-04-10 22:02:42.117014427 +0200 @@ -53,7 +53,6 @@ SSL_DESC= DNSSEC support using: LIBRESSL_DESC= LibreSSL (experimental) -LIBRESSL_LIB_DEPENDS= openssl.so.32:${PORTSDIR}/security/libressl OPENSSL_DESC= OpenSSL (default) OPENSSL_USE= OPENSSL=yes @@ -61,9 +60,12 @@ .include -.if ${PORT_OPTIONS:MLIBRESSL} && ${PORT_OPTIONS:MGOST} +.if ${PORT_OPTIONS:MLIBRESSL} +WITH_OPENSSL_PORT= security/libressl +.if ${PORT_OPTIONS:MGOST} IGNORE= the (not impossible) combination of LibreSSL and GOST is not implemented (yet). Either disable GOST or use OpenSSL .endif +.endif .if ${PORT_OPTIONS:MOPENSSL} && ${PORT_OPTIONS:MGOST} && ${OSVERSION} < 1000015 WITH_OPENSSL_PORT= yes