diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 1 | ||||
-rw-r--r-- | net/ntp/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 5e2a067df67f..0bee11062e92 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -53,6 +53,7 @@ PERL_UTILS_USES= perl5 SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} SSL_CONFIGURE_OFF= --without-crypto +SSL_BROKEN_OFF= Includes OpenSSL when deselected THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_WITH= threads diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 23fc6ce99b25..8403860676a5 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -56,6 +56,7 @@ PERL_UTILS_USES= perl5 SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} SSL_CONFIGURE_OFF= --without-crypto +SSL_BROKEN_OFF= Includes OpenSSL when deselected THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_WITH= threads |